Html Css Color HEX #FEECD1 Blanched Almond

📋 copy color: '#FEECD1'

red 254 ◦ green 236 ◦ blue 209

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

Shades of Blanched Almond #FEECD1

Tints of Blanched Almond #FEECD1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.76%

 BLUE value IS 209 (82.03% from 255) = 29.9%

R = 36.34%
G = 33.76%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEECD1 (or 0xFEECD1) is known color: Blanched Almond. HEX triplet: FE, EC and D1. RGB value is (254,236,209). Sum of RGB (Red+Green+Blue) = 254+236+209=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECD1 is #01132E. Grayscale: #EEEEEE. Windows color (decimal): -70447 or 13757694. OLE color: 13757694.

HSL color Cylindrical-coordinate representation of color #FEECD1: hue angle of 36º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEECD1 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 236 209 -
CMYK 0 0.07 0.18 0.00
HSL 36º 0.96% 0.91% -
HSV(B) 36º 0.18% 1% -
XYZ 82.38 85.67 72.51 -
YUV 238.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 254 236 209 0 0.07 0.18 0.00 36 0.96 0.91
Hex FE EC D1 0 7 12 0 24 60 5B
Octal 376 354 321 0 7 22 0 44 140 133
Binary 11111110 11101100 11010001 0 111 10010 0 100100 1100000 1011011

Color Harmonies of #FEECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEECD1

Black with #FEECD1

Text Example


Text Example

White with #FEECD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEECD1; }

 p { color: rgb(254,236,209); }

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

background-color css

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

 a { background-color: rgb(254,236,209); }

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

border-color css

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

 span { border-color: rgb(254,236,209); }

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