Html Css Color HEX #FEEBC8 Blanched Almond

📋 copy color: '#FEEBC8'

red 254 ◦ green 235 ◦ blue 200

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

Shades of Blanched Almond #FEEBC8

Tints of Blanched Almond #FEEBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.03%

R = 36.87%
G = 34.11%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEEBC8 (or 0xFEEBC8) is known color: Blanched Almond. HEX triplet: FE, EB and C8. RGB value is (254,235,200). Sum of RGB (Red+Green+Blue) = 254+235+200=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC8 is #011437. Grayscale: #ECECEC. Windows color (decimal): -70712 or 13167614. OLE color: 13167614.

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

Color convert

RGB 254 235 200 -
CMYK 0 0.07 0.21 0.00
HSL 38.89º 0.96% 0.89% -
HSV(B) 38.89º 0.21% 1% -
XYZ 81.01 84.66 66.71 -
YUV 236.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 254 235 200 0 0.07 0.21 0.00 38.89 0.96 0.89
Hex FE EB C8 0 7 15 0 27 60 59
Octal 376 353 310 0 7 25 0 47 140 131
Binary 11111110 11101011 11001000 0 111 10101 0 100111 1100000 1011001

Color Harmonies of #FEEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBC8

Black with #FEEBC8

Text Example


Text Example

White with #FEEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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