#FCFCC9

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

Shades of Cream #FCFCC9

Tints of Cream #FCFCC9

Color information

#FCFCC9 (or 0xFCFCC9) is unknown color: approx Cream. HEX triplet: FC, FC and C9. RGB value is (252,252,201). Sum of RGB (Red+Green+Blue) = 252+252+201=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 201 (78.91% from 255 or 28.51% from 705); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCC9 is #030336. Grayscale: #F6F6F6. Windows color (decimal): -197431 or 13237500. OLE color: 13237500.

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

Color convert

RGB252252201-
CMYK000.200.01
HSL60º89.47%88.82%-
HSV(B)60º20.24%98.82%-
XYZ85.594.5369-
YUV246.19102.5132.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 252 (98.83% from 255) = 35.74%
BLUE value IS 201 (78.91% from 255) = 28.51%
R=35.74%
G=35.74%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252201000.200.016089.4788.82
HexFCFCC9001413c5959
Octal3743743110024174131131
Binary1111110011111100110010010010100111110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCC9; }

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

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

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

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

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

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

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

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