#FDFDCB

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

Shades of Cream #FDFDCB

Tints of Cream #FDFDCB

Color information

#FDFDCB (or 0xFDFDCB) is unknown color: approx Cream. HEX triplet: FD, FD and CB. RGB value is (253,253,203). Sum of RGB (Red+Green+Blue) = 253+253+203=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 203 (79.69% from 255 or 28.63% from 709); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDCB is #020234. Grayscale: #F7F7F7. Windows color (decimal): -131637 or 13368829. OLE color: 13368829.

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

Color convert

RGB253253203-
CMYK000.200.01
HSL60º92.59%89.41%-
HSV(B)60º19.76%99.22%-
XYZ86.4195.4570.37-
YUV247.3103132.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 203 (79.69% from 255) = 28.63%
R=35.68%
G=35.68%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253203000.200.016092.5989.41
HexFDFDCB001413c5d59
Octal3753753130024174135131
Binary1111110111111101110010110010100111110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDCB; }

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

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

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

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

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

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

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

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