Html Css Color HEX #FCFCC9 Cream

📋 copy color: '#FCFCC9'

red 252 ◦ green 252 ◦ blue 201

#FCFCC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream #FCFCC9

Tints of Cream #FCFCC9

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 value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCFCC9 (or 0xFCFCC9) is known color: 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

RGB 252 252 201 -
CMYK 0 0 0.20 0.01
HSL 60º 0.89% 0.89% -
HSV(B) 60º 0.2% 0.99% -
XYZ 85.5 94.53 69 -
YUV 246.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 252 252 201 0 0 0.20 0.01 60 0.89 0.89
Hex FC FC C9 0 0 14 1 3C 59 59
Octal 374 374 311 0 0 24 1 74 131 131
Binary 11111100 11111100 11001001 0 0 10100 1 111100 1011001 1011001

Color Harmonies of #FCFCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCC9

Black with #FCFCC9

Text Example


Text Example

White with #FCFCC9

Text Example


Text Example

HTML Codes & Css Web 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>