Html Css Color HEX #FCE9CA Blanched Almond

📋 copy color: '#FCE9CA'

red 252 ◦ green 233 ◦ blue 202

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

Shades of Blanched Almond #FCE9CA

Tints of Blanched Almond #FCE9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.92%

 BLUE value IS 202 (79.3% from 255) = 29.4%

R = 36.68%
G = 33.92%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCE9CA (or 0xFCE9CA) is known color: Blanched Almond. HEX triplet: FC, E9 and CA. RGB value is (252,233,202). Sum of RGB (Red+Green+Blue) = 252+233+202=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9CA is #031635. Grayscale: #EBEBEB. Windows color (decimal): -202294 or 13298172. OLE color: 13298172.

HSL color Cylindrical-coordinate representation of color #FCE9CA: hue angle of 37.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE9CA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 233 202 -
CMYK 0 0.08 0.20 0.01
HSL 37.2º 0.89% 0.89% -
HSV(B) 37.2º 0.2% 0.99% -
XYZ 79.94 83.24 67.73 -
YUV 235.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 252 233 202 0 0.08 0.20 0.01 37.2 0.89 0.89
Hex FC E9 CA 0 8 14 1 25 59 59
Octal 374 351 312 0 10 24 1 45 131 131
Binary 11111100 11101001 11001010 0 1000 10100 1 100101 1011001 1011001

Color Harmonies of #FCE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9CA

Black with #FCE9CA

Text Example


Text Example

White with #FCE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9CA; }

 p { color: rgb(252,233,202); }

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

background-color css

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

 a { background-color: rgb(252,233,202); }

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

border-color css

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

 span { border-color: rgb(252,233,202); }

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