#FDFCCB

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

Shades of Cream #FDFCCB

Tints of Cream #FDFCCB

Color information

#FDFCCB (or 0xFDFCCB) is unknown color: approx Cream. HEX triplet: FD, FC and CB. RGB value is (253,252,203). Sum of RGB (Red+Green+Blue) = 253+252+203=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 203 (79.69% from 255 or 28.67% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCCB is #020334. Grayscale: #F6F6F6. Windows color (decimal): -131893 or 13368573. OLE color: 13368573.

HSL color Cylindrical-coordinate representation of color #FDFCCB: hue angle of 58.8º 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 #FDFCCB is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253252203-
CMYK00.000.200.01
HSL58.8º92.59%89.41%-
HSV(B)58.8º19.76%99.22%-
XYZ86.194.8270.26-
YUV246.71103.33132.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 252 (98.83% from 255) = 35.59%
BLUE value IS 203 (79.69% from 255) = 28.67%
R=35.73%
G=35.59%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325220300.000.200.0158.892.5989.41
HexFDFCCB001413b5d59
Octal3753743130024173135131
Binary1111110111111100110010110010100111101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCCB; }

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

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

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

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

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

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

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

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