Html Css Color HEX #FCFACC Cream

📋 copy color: '#FCFACC'

red 252 ◦ green 250 ◦ blue 204

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

Shades of Cream #FCFACC

Tints of Cream #FCFACC

RGB

 RED value IS 252 (98.83% from 255) = 35.69%

 GREEN value IS 250 (98.05% from 255) = 35.41%

 BLUE value IS 204 (80.08% from 255) = 28.9%

R = 35.69%
G = 35.41%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCFACC (or 0xFCFACC) is known color: Cream. HEX triplet: FC, FA and CC. RGB value is (252,250,204). Sum of RGB (Red+Green+Blue) = 252+250+204=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 204 (80.08% from 255 or 28.90% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACC is #030533. Grayscale: #F5F5F5. Windows color (decimal): -197940 or 13433596. OLE color: 13433596.

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

Color convert

RGB 252 250 204 -
CMYK 0 0.01 0.19 0.01
HSL 57.5º 0.89% 0.89% -
HSV(B) 57.5º 0.19% 0.99% -
XYZ 85.23 93.43 70.67 -
YUV 245.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 252 250 204 0 0.01 0.19 0.01 57.5 0.89 0.89
Hex FC FA CC 0 1 13 1 3A 59 59
Octal 374 372 314 0 1 23 1 72 131 131
Binary 11111100 11111010 11001100 0 1 10011 1 111010 1011001 1011001

Color Harmonies of #FCFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFACC

Black with #FCFACC

Text Example


Text Example

White with #FCFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFACC; }

 p { color: rgb(252,250,204); }

 H1.HeaderClassName
 {
   color: #FCFACC;
 }
 .AnyTagClassName
 {
   color: #FCFACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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