#FFFBD2

Color #FFFBD2 Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream #FFFBD2

Tints of Cream #FFFBD2

Color information

#FFFBD2 (or 0xFFFBD2) is unknown color: approx Cream. HEX triplet: FF, FB and D2. RGB value is (255,251,210). Sum of RGB (Red+Green+Blue) = 255+251+210=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 210 (82.42% from 255 or 29.33% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBD2 is #00042D. Grayscale: #F7F7F7. Windows color (decimal): -1070 or 13827071. OLE color: 13827071.

HSL color Cylindrical-coordinate representation of color #FFFBD2: hue angle of 54.67º 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 #FFFBD2 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255251210-
CMYK00.020.180
HSL54.67º100%91.18%-
HSV(B)54.67º17.65%100%-
XYZ87.3794.9174.69-
YUV247.52106.83133.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 210 (82.42% from 255) = 29.33%
R=35.61%
G=35.06%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525121000.020.18054.6710091.18
HexFFFBD20212037645b
Octal3773733220222067144133
Binary11111111111110111101001001010010011011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBD2; }

 p { color: rgb(255,251,210); }

 H1.HeaderClassName
 {
   color: #FFFBD2;
 }
 .AnyTagClassName
 {
   color: #FFFBD2;
 }
</style>
background-color css

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

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

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

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

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

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