#FEEBDD

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

Shades of Chardon #FEEBDD

Tints of Chardon #FEEBDD

Color information

#FEEBDD (or 0xFEEBDD) is unknown color: approx Chardon. HEX triplet: FE, EB and DD. RGB value is (254,235,221). Sum of RGB (Red+Green+Blue) = 254+235+221=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBDD is #011422. Grayscale: #EFEFEF. Windows color (decimal): -70691 or 14543870. OLE color: 14543870.

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

Color convert

RGB254235221-
CMYK00.070.130.00
HSL25.45º94.29%93.14%-
HSV(B)25.45º12.99%99.61%-
XYZ83.6385.7180.54-
YUV239.08117.79138.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 221 (86.72% from 255) = 31.13%
R=35.77%
G=33.10%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423522100.070.130.0025.4594.2993.14
HexFEEBDD07D0195e5d
Octal3763533350715031136135
Binary1111111011101011110111010111110101100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBDD; }

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

 H1.HeaderClassName
 {
   color: #FEEBDD;
 }
 .AnyTagClassName
 {
   color: #FEEBDD;
 }
</style>
background-color css

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

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

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

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

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

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