Html Css Color HEX #FEEBD1 Blanched Almond

📋 copy color: '#FEEBD1'

red 254 ◦ green 235 ◦ blue 209

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

Shades of Blanched Almond #FEEBD1

Tints of Blanched Almond #FEEBD1

RGB

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

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

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

R = 36.39%
G = 33.67%
B = 29.94%

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

#FEEBD1 (or 0xFEEBD1) is known color: Blanched Almond. HEX triplet: FE, EB and D1. RGB value is (254,235,209). Sum of RGB (Red+Green+Blue) = 254+235+209=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 209 (82.03% from 255 or 29.94% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD1 is #01142E. Grayscale: #EDEDED. Windows color (decimal): -70703 or 13757438. OLE color: 13757438.

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

Color convert

RGB 254 235 209 -
CMYK 0 0.07 0.18 0.00
HSL 34.67º 0.96% 0.91% -
HSV(B) 34.67º 0.18% 1% -
XYZ 82.09 85.09 72.42 -
YUV 237.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 254 235 209 0 0.07 0.18 0.00 34.67 0.96 0.91
Hex FE EB D1 0 7 12 0 23 60 5B
Octal 376 353 321 0 7 22 0 43 140 133
Binary 11111110 11101011 11010001 0 111 10010 0 100011 1100000 1011011

Color Harmonies of #FEEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBD1

Black with #FEEBD1

Text Example


Text Example

White with #FEEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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