Html Css Color HEX #FCFACE Cream

📋 copy color: '#FCFACE'

red 252 ◦ green 250 ◦ blue 206

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

Shades of Cream #FCFACE

Tints of Cream #FCFACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.1%

R = 35.59%
G = 35.31%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCFACE (or 0xFCFACE) is known color: Cream. HEX triplet: FC, FA and CE. RGB value is (252,250,206). Sum of RGB (Red+Green+Blue) = 252+250+206=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 206 (80.86% from 255 or 29.10% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACE is #030531. Grayscale: #F5F5F5. Windows color (decimal): -197938 or 13564668. OLE color: 13564668.

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

Color convert

RGB 252 250 206 -
CMYK 0 0.01 0.18 0.01
HSL 57.39º 0.88% 0.9% -
HSV(B) 57.39º 0.18% 0.99% -
XYZ 85.47 93.52 71.94 -
YUV 245.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 252 250 206 0 0.01 0.18 0.01 57.39 0.88 0.9
Hex FC FA CE 0 1 12 1 39 58 5A
Octal 374 372 316 0 1 22 1 71 130 132
Binary 11111100 11111010 11001110 0 1 10010 1 111001 1011000 1011010

Color Harmonies of #FCFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFACE

Black with #FCFACE

Text Example


Text Example

White with #FCFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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