#FCFDC8

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

Shades of Cream #FCFDC8

Tints of Cream #FCFDC8

Color information

#FCFDC8 (or 0xFCFDC8) is unknown color: approx Cream. HEX triplet: FC, FD and C8. RGB value is (252,253,200). Sum of RGB (Red+Green+Blue) = 252+253+200=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 200 (78.52% from 255 or 28.37% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDC8 is #030237. Grayscale: #F6F6F6. Windows color (decimal): -197176 or 13172220. OLE color: 13172220.

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

Color convert

RGB252253200-
CMYK0.0000.210.01
HSL61.13º92.98%88.82%-
HSV(B)61.13º20.95%99.22%-
XYZ85.795.1268.49-
YUV246.66101.67131.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 200 (78.52% from 255) = 28.37%
R=35.74%
G=35.89%
B=28.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522532000.0000.210.0161.1392.9888.82
HexFCFDC8001513d5d59
Octal3743753100025175135131
Binary1111110011111101110010000010101111110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFDC8; }

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

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

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

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

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

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

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

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