#FDFFCB

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

Shades of Cream #FDFFCB

Tints of Cream #FDFFCB

Color information

#FDFFCB (or 0xFDFFCB) is unknown color: approx Cream. HEX triplet: FD, FF and CB. RGB value is (253,255,203). Sum of RGB (Red+Green+Blue) = 253+255+203=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 203 (79.69% from 255 or 28.55% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFCB is #020034. Grayscale: #F8F8F8. Windows color (decimal): -131125 or 13369341. OLE color: 13369341.

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

Color convert

RGB253255203-
CMYK0.0100.200
HSL62.31º100%89.8%-
HSV(B)62.31º20.39%100%-
XYZ87.0596.7170.58-
YUV248.47102.34131.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 255 (100% from 255) = 35.86%
BLUE value IS 203 (79.69% from 255) = 28.55%
R=35.58%
G=35.86%
B=28.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552030.0100.20062.3110089.8
HexFDFFCB101403e645a
Octal3753773131024076144132
Binary1111110111111111110010111010100011111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFCB; }

 p { color: rgb(253,255,203); }

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

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

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

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

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

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

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