Html Css Color HEX #FEEACA Blanched Almond

📋 copy color: '#FEEACA'

red 254 ◦ green 234 ◦ blue 202

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

Shades of Blanched Almond #FEEACA

Tints of Blanched Almond #FEEACA

RGB

 RED value IS 254 (99.61% from 255) = 36.81%

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

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

R = 36.81%
G = 33.91%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEEACA (or 0xFEEACA) is known color: Blanched Almond. HEX triplet: FE, EA and CA. RGB value is (254,234,202). Sum of RGB (Red+Green+Blue) = 254+234+202=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEACA is #011535. Grayscale: #ECECEC. Windows color (decimal): -70966 or 13298430. OLE color: 13298430.

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

Color convert

RGB 254 234 202 -
CMYK 0 0.08 0.20 0.00
HSL 36.92º 0.96% 0.89% -
HSV(B) 36.92º 0.2% 1% -
XYZ 80.96 84.18 67.86 -
YUV 236.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 254 234 202 0 0.08 0.20 0.00 36.92 0.96 0.89
Hex FE EA CA 0 8 14 0 25 60 59
Octal 376 352 312 0 10 24 0 45 140 131
Binary 11111110 11101010 11001010 0 1000 10100 0 100101 1100000 1011001

Color Harmonies of #FEEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEACA

Black with #FEEACA

Text Example


Text Example

White with #FEEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEACA; }

 p { color: rgb(254,234,202); }

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

background-color css

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

 a { background-color: rgb(254,234,202); }

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

border-color css

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

 span { border-color: rgb(254,234,202); }

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