Html Css Color HEX #FEEBCB Blanched Almond

📋 copy color: '#FEEBCB'

red 254 ◦ green 235 ◦ blue 203

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

Shades of Blanched Almond #FEEBCB

Tints of Blanched Almond #FEEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.34%

R = 36.71%
G = 33.96%
B = 29.34%

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

#FEEBCB (or 0xFEEBCB) is known color: Blanched Almond. HEX triplet: FE, EB and CB. RGB value is (254,235,203). Sum of RGB (Red+Green+Blue) = 254+235+203=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBCB is #011434. Grayscale: #EDEDED. Windows color (decimal): -70709 or 13364222. OLE color: 13364222.

HSL color Cylindrical-coordinate representation of color #FEEBCB: hue angle of 37.65º 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 #FEEBCB is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 235 203 -
CMYK 0 0.07 0.20 0.00
HSL 37.65º 0.96% 0.9% -
HSV(B) 37.65º 0.2% 1% -
XYZ 81.36 84.8 68.58 -
YUV 237.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 254 235 203 0 0.07 0.20 0.00 37.65 0.96 0.9
Hex FE EB CB 0 7 14 0 26 60 5A
Octal 376 353 313 0 7 24 0 46 140 132
Binary 11111110 11101011 11001011 0 111 10100 0 100110 1100000 1011010

Color Harmonies of #FEEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBCB

Black with #FEEBCB

Text Example


Text Example

White with #FEEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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