Html Css Color HEX #FCEACC Blanched Almond

📋 copy color: '#FCEACC'

red 252 ◦ green 234 ◦ blue 204

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

Shades of Blanched Almond #FCEACC

Tints of Blanched Almond #FCEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.91%

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

R = 36.52%
G = 33.91%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCEACC (or 0xFCEACC) is known color: Blanched Almond. HEX triplet: FC, EA and CC. RGB value is (252,234,204). Sum of RGB (Red+Green+Blue) = 252+234+204=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEACC is #031533. Grayscale: #ECECEC. Windows color (decimal): -202036 or 13429500. OLE color: 13429500.

HSL color Cylindrical-coordinate representation of color #FCEACC: hue angle of 37.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 #FCEACC is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 204 -
CMYK 0 0.07 0.19 0.01
HSL 37.5º 0.89% 0.89% -
HSV(B) 37.5º 0.19% 0.99% -
XYZ 80.47 83.9 69.08 -
YUV 235.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 252 234 204 0 0.07 0.19 0.01 37.5 0.89 0.89
Hex FC EA CC 0 7 13 1 26 59 59
Octal 374 352 314 0 7 23 1 46 131 131
Binary 11111100 11101010 11001100 0 111 10011 1 100110 1011001 1011001

Color Harmonies of #FCEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEACC

Black with #FCEACC

Text Example


Text Example

White with #FCEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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