#FFFBD5

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

Shades of Cream #FFFBD5

Tints of Cream #FFFBD5

Color information

#FFFBD5 (or 0xFFFBD5) is unknown color: approx Cream. HEX triplet: FF, FB and D5. RGB value is (255,251,213). Sum of RGB (Red+Green+Blue) = 255+251+213=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 213 (83.59% from 255 or 29.62% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBD5 is #00042A. Grayscale: #F8F8F8. Windows color (decimal): -1067 or 14023679. OLE color: 14023679.

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

Color convert

RGB255251213-
CMYK00.020.160
HSL54.29º100%91.76%-
HSV(B)54.29º16.47%100%-
XYZ87.7595.0676.67-
YUV247.86108.33133.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 251 (98.44% from 255) = 34.91%
BLUE value IS 213 (83.59% from 255) = 29.62%
R=35.47%
G=34.91%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525121300.020.16054.2910091.76
HexFFFBD50210036645c
Octal3773733250220066144134
Binary11111111111110111101010101010000011011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBD5; }

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

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

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

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

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

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

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

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