#FDFDCF

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

Shades of Cream #FDFDCF

Tints of Cream #FDFDCF

Color information

#FDFDCF (or 0xFDFDCF) is unknown color: approx Cream. HEX triplet: FD, FD and CF. RGB value is (253,253,207). Sum of RGB (Red+Green+Blue) = 253+253+207=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 207 (81.25% from 255 or 29.03% from 713); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDCF is #020230. Grayscale: #F7F7F7. Windows color (decimal): -131633 or 13630973. OLE color: 13630973.

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

Color convert

RGB253253207-
CMYK000.180.01
HSL60º92%90.2%-
HSV(B)60º18.18%99.22%-
XYZ86.995.6472.91-
YUV247.76105131.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 207 (81.25% from 255) = 29.03%
R=35.48%
G=35.48%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253207000.180.01609290.2
HexFDFDCF001213c5c5a
Octal3753753170022174134132
Binary1111110111111101110011110010010111110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDCF; }

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

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

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

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

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

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

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

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