Html Css Color HEX #FEEBD0 Blanched Almond

📋 copy color: '#FEEBD0'

red 254 ◦ green 235 ◦ blue 208

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

Shades of Blanched Almond #FEEBD0

Tints of Blanched Almond #FEEBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.84%

R = 36.44%
G = 33.72%
B = 29.84%

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

#FEEBD0 (or 0xFEEBD0) is known color: Blanched Almond. HEX triplet: FE, EB and D0. RGB value is (254,235,208). Sum of RGB (Red+Green+Blue) = 254+235+208=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD0 is #01142F. Grayscale: #EDEDED. Windows color (decimal): -70704 or 13691902. OLE color: 13691902.

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

Color convert

RGB 254 235 208 -
CMYK 0 0.07 0.18 0.00
HSL 35.22º 0.96% 0.91% -
HSV(B) 35.22º 0.18% 1% -
XYZ 81.97 85.04 71.77 -
YUV 237.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 254 235 208 0 0.07 0.18 0.00 35.22 0.96 0.91
Hex FE EB D0 0 7 12 0 23 60 5B
Octal 376 353 320 0 7 22 0 43 140 133
Binary 11111110 11101011 11010000 0 111 10010 0 100011 1100000 1011011

Color Harmonies of #FEEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBD0

Black with #FEEBD0

Text Example


Text Example

White with #FEEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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