Html Css Color HEX #FEEBCC Blanched Almond

📋 copy color: '#FEEBCC'

red 254 ◦ green 235 ◦ blue 204

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

Shades of Blanched Almond #FEEBCC

Tints of Blanched Almond #FEEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.91%

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

R = 36.65%
G = 33.91%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEEBCC (or 0xFEEBCC) is known color: Blanched Almond. HEX triplet: FE, EB and CC. RGB value is (254,235,204). Sum of RGB (Red+Green+Blue) = 254+235+204=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBCC is #011433. Grayscale: #EDEDED. Windows color (decimal): -70708 or 13429758. OLE color: 13429758.

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

Color convert

RGB 254 235 204 -
CMYK 0 0.07 0.20 0.00
HSL 37.2º 0.96% 0.9% -
HSV(B) 37.2º 0.2% 1% -
XYZ 81.48 84.85 69.21 -
YUV 237.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 254 235 204 0 0.07 0.20 0.00 37.2 0.96 0.9
Hex FE EB CC 0 7 14 0 25 60 5A
Octal 376 353 314 0 7 24 0 45 140 132
Binary 11111110 11101011 11001100 0 111 10100 0 100101 1100000 1011010

Color Harmonies of #FEEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBCC

Black with #FEEBCC

Text Example


Text Example

White with #FEEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBCC; }

 p { color: rgb(254,235,204); }

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

background-color css

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

 a { background-color: rgb(254,235,204); }

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

border-color css

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

 span { border-color: rgb(254,235,204); }

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