#FFFBD4

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

Shades of Cream #FFFBD4

Tints of Cream #FFFBD4

Color information

#FFFBD4 (or 0xFFFBD4) is unknown color: approx Cream. HEX triplet: FF, FB and D4. RGB value is (255,251,212). Sum of RGB (Red+Green+Blue) = 255+251+212=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 212 (83.20% from 255 or 29.53% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBD4 is #00042B. Grayscale: #F7F7F7. Windows color (decimal): -1068 or 13958143. OLE color: 13958143.

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

Color convert

RGB255251212-
CMYK00.020.170
HSL54.42º100%91.57%-
HSV(B)54.42º16.86%100%-
XYZ87.6295.0176.01-
YUV247.75107.83133.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 251 (98.44% from 255) = 34.96%
BLUE value IS 212 (83.20% from 255) = 29.53%
R=35.52%
G=34.96%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525121200.020.17054.4210091.57
HexFFFBD40211036645c
Octal3773733240221066144134
Binary11111111111110111101010001010001011011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBD4; }

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

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

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

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

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

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

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

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