#FDEEDE

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

Shades of Bridal Heath #FDEEDE

Tints of Bridal Heath #FDEEDE

Color information

#FDEEDE (or 0xFDEEDE) is unknown color: approx Bridal Heath. HEX triplet: FD, EE and DE. RGB value is (253,238,222). Sum of RGB (Red+Green+Blue) = 253+238+222=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEDE is #021121. Grayscale: #F0F0F0. Windows color (decimal): -135458 or 14610173. OLE color: 14610173.

HSL color Cylindrical-coordinate representation of color #FDEEDE: hue angle of 30.97º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDEEDE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB253238222-
CMYK00.060.120.01
HSL30.97º88.57%93.14%-
HSV(B)30.97º12.25%99.22%-
XYZ84.2787.3181.52-
YUV240.66117.47136.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 222 (87.11% from 255) = 31.14%
R=35.48%
G=33.38%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323822200.060.120.0130.9788.5793.14
HexFDEEDE06C11f595d
Octal3753563360614137131135
Binary1111110111101110110111100110110011111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEDE; }

 p { color: rgb(253,238,222); }

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

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

 a { background-color: rgb(253,238,222); }

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

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

 span { border-color: rgb(253,238,222); }

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