WEIß
Die Farbe Weiß in allen CSS Varianten.
{ color: #fff; } /* hexadezimale */ { color: white; } /* farbname */ { color: rgb(255, 255, 255); } /* rgb */ { color: rgba(255, 255, 255, 1); } /* rgba */ { color: hsl(0, 0%, 100%); } /* hsl */ { color: hsla(0, 0%, 100%, 1); } /* hsla */
#weiss #weiß #white #ffffff