#FDFBCB

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

Shades of Cream #FDFBCB

Tints of Cream #FDFBCB

Color information

#FDFBCB (or 0xFDFBCB) is unknown color: approx Cream. HEX triplet: FD, FB and CB. RGB value is (253,251,203). Sum of RGB (Red+Green+Blue) = 253+251+203=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBCB is #020434. Grayscale: #F6F6F6. Windows color (decimal): -132149 or 13368317. OLE color: 13368317.

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

Color convert

RGB253251203-
CMYK00.010.200.01
HSL57.6º92.59%89.41%-
HSV(B)57.6º19.76%99.22%-
XYZ85.7894.1970.16-
YUV246.13103.66132.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 203 (79.69% from 255) = 28.71%
R=35.79%
G=35.50%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325120300.010.200.0157.692.5989.41
HexFDFBCB011413a5d59
Octal3753733130124172135131
Binary1111110111111011110010110110100111101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBCB; }

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

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

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

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

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

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

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

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