Html Css Color HEX #FCE7CC Blanched Almond

📋 copy color: '#FCE7CC'

red 252 ◦ green 231 ◦ blue 204

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

Shades of Blanched Almond #FCE7CC

Tints of Blanched Almond #FCE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.62%

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

R = 36.68%
G = 33.62%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCE7CC (or 0xFCE7CC) is known color: Blanched Almond. HEX triplet: FC, E7 and CC. RGB value is (252,231,204). Sum of RGB (Red+Green+Blue) = 252+231+204=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7CC is #031833. Grayscale: #EAEAEA. Windows color (decimal): -202804 or 13428732. OLE color: 13428732.

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

Color convert

RGB 252 231 204 -
CMYK 0 0.08 0.19 0.01
HSL 33.75º 0.89% 0.89% -
HSV(B) 33.75º 0.19% 0.99% -
XYZ 79.62 82.21 68.8 -
YUV 234.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 252 231 204 0 0.08 0.19 0.01 33.75 0.89 0.89
Hex FC E7 CC 0 8 13 1 22 59 59
Octal 374 347 314 0 10 23 1 42 131 131
Binary 11111100 11100111 11001100 0 1000 10011 1 100010 1011001 1011001

Color Harmonies of #FCE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE7CC

Black with #FCE7CC

Text Example


Text Example

White with #FCE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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