Html Css Color HEX #FFFFD0 Cream

📋 copy color: '#FFFFD0'

red 255 ◦ green 255 ◦ blue 208

#FFFFD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream #FFFFD0

Tints of Cream #FFFFD0

RGB

 RED value IS 255 (100% from 255) = 35.52%

 GREEN value IS 255 (100% from 255) = 35.52%

 BLUE value IS 208 (81.64% from 255) = 28.97%

R = 35.52%
G = 35.52%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFFFD0 (or 0xFFFFD0) is known color: Cream. HEX triplet: FF, FF and D0. RGB value is (255,255,208). Sum of RGB (Red+Green+Blue) = 255+255+208=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 208 (81.64% from 255 or 28.97% from 718); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFD0 is #00002F. Grayscale: #F9F9F9. Windows color (decimal): -48 or 13697023. OLE color: 13697023.

HSL color Cylindrical-coordinate representation of color #FFFFD0: hue angle of 60º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFFFD0 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 255 208 -
CMYK 0 0 0.18 0
HSL 60º 1% 0.91% -
HSV(B) 60º 0.18% 1% -
XYZ 88.39 97.33 73.8 -
YUV 249.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 255 255 208 0 0 0.18 0 60 1 0.91
Hex FF FF D0 0 0 12 0 3C 64 5B
Octal 377 377 320 0 0 22 0 74 144 133
Binary 11111111 11111111 11010000 0 0 10010 0 111100 1100100 1011011

Color Harmonies of #FFFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFD0

Black with #FFFFD0

Text Example


Text Example

White with #FFFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFD0; }

 p { color: rgb(255,255,208); }

 H1.HeaderClassName
 {
   color: #FFFFD0;
 }
 .AnyTagClassName
 {
   color: #FFFFD0;
 }
</style>

background-color css

<style>
 a { background-color: #FFFFD0; }

 a { background-color: rgb(255,255,208); }

 div.DivClassName
 {
   background-color: #FFFFD0;
 }
 .BgClassName
 {
   background-color: #FFFFD0;
 }
</style>

border-color css

<style>
 span { border-color: #FFFFD0; }

 span { border-color: rgb(255,255,208); }

 td.TdClassName
 {
   border-color: #FFFFD0;
 }
 .TagClassName
 {
   border-color: #FFFFD0;
 }
</style>