#FCFCCD

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

Shades of Cream #FCFCCD

Tints of Cream #FCFCCD

Color information

#FCFCCD (or 0xFCFCCD) is unknown color: approx Cream. HEX triplet: FC, FC and CD. RGB value is (252,252,205). Sum of RGB (Red+Green+Blue) = 252+252+205=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 205 (80.47% from 255 or 28.91% from 709); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCCD is #030332. Grayscale: #F6F6F6. Windows color (decimal): -197427 or 13499644. OLE color: 13499644.

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

Color convert

RGB252252205-
CMYK000.190.01
HSL60º88.68%89.61%-
HSV(B)60º18.65%98.82%-
XYZ85.9794.7271.51-
YUV246.64104.5131.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 205 (80.47% from 255) = 28.91%
R=35.54%
G=35.54%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252205000.190.016088.6889.61
HexFCFCCD001313c595a
Octal3743743150023174131132
Binary1111110011111100110011010010011111110010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCCD; }

 p { color: rgb(252,252,205); }

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

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

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

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

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

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

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