Html Css Color HEX #FCE6CC Blanched Almond

📋 copy color: '#FCE6CC'

red 252 ◦ green 230 ◦ blue 204

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

Shades of Blanched Almond #FCE6CC

Tints of Blanched Almond #FCE6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.53%

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

R = 36.73%
G = 33.53%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCE6CC (or 0xFCE6CC) is known color: Blanched Almond. HEX triplet: FC, E6 and CC. RGB value is (252,230,204). Sum of RGB (Red+Green+Blue) = 252+230+204=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6CC is #031933. Grayscale: #E9E9E9. Windows color (decimal): -203060 or 13428476. OLE color: 13428476.

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

Color convert

RGB 252 230 204 -
CMYK 0 0.09 0.19 0.01
HSL 32.5º 0.89% 0.89% -
HSV(B) 32.5º 0.19% 0.99% -
XYZ 79.34 81.65 68.7 -
YUV 233.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 252 230 204 0 0.09 0.19 0.01 32.5 0.89 0.89
Hex FC E6 CC 0 9 13 1 20 59 59
Octal 374 346 314 0 11 23 1 40 131 131
Binary 11111100 11100110 11001100 0 1001 10011 1 100000 1011001 1011001

Color Harmonies of #FCE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6CC

Black with #FCE6CC

Text Example


Text Example

White with #FCE6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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