#FEEBD1

Color #FEEBD1 Blanched Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blanched Almond #FEEBD1

Tints of Blanched Almond #FEEBD1

Color information

#FEEBD1 (or 0xFEEBD1) is unknown color: approx 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

RGB254235209-
CMYK00.070.180.00
HSL34.67º95.74%90.78%-
HSV(B)34.67º17.72%99.61%-
XYZ82.0985.0972.42-
YUV237.72111.79139.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423520900.070.180.0034.6795.7490.78
HexFEEBD10712023605b
Octal3763533210722043140133
Binary111111101110101111010001011110010010001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>