Html Css Color HEX #FCE6CE Blanched Almond

📋 copy color: '#FCE6CE'

red 252 ◦ green 230 ◦ blue 206

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

Shades of Blanched Almond #FCE6CE

Tints of Blanched Almond #FCE6CE

RGB

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

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

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

R = 36.63%
G = 33.43%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCE6CE (or 0xFCE6CE) is known color: Blanched Almond. HEX triplet: FC, E6 and CE. RGB value is (252,230,206). Sum of RGB (Red+Green+Blue) = 252+230+206=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6CE is #031931. Grayscale: #E9E9E9. Windows color (decimal): -203058 or 13559548. OLE color: 13559548.

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

Color convert

RGB 252 230 206 -
CMYK 0 0.09 0.18 0.01
HSL 31.3º 0.88% 0.9% -
HSV(B) 31.3º 0.18% 0.99% -
XYZ 79.58 81.75 69.98 -
YUV 233.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 252 230 206 0 0.09 0.18 0.01 31.3 0.88 0.9
Hex FC E6 CE 0 9 12 1 1F 58 5A
Octal 374 346 316 0 11 22 1 37 130 132
Binary 11111100 11100110 11001110 0 1001 10010 1 11111 1011000 1011010

Color Harmonies of #FCE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6CE

Black with #FCE6CE

Text Example


Text Example

White with #FCE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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