#FEDDF9

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

Shades of Selago #FEDDF9

Tints of Selago #FEDDF9

Color information

#FEDDF9 (or 0xFEDDF9) is unknown color: approx Selago. HEX triplet: FE, DD and F9. RGB value is (254,221,249). Sum of RGB (Red+Green+Blue) = 254+221+249=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF9 is #012206. Grayscale: #E9E9E9. Windows color (decimal): -74247 or 16375294. OLE color: 16375294.

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

Color convert

RGB254221249-
CMYK00.130.020.00
HSL309.09º94.29%93.14%-
HSV(B)309.09º12.99%99.61%-
XYZ83.8379.62100.57-
YUV234.06136.43142.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 221 (86.72% from 255) = 30.52%
BLUE value IS 249 (97.66% from 255) = 34.39%
R=35.08%
G=30.52%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422124900.130.020.00309.0994.2993.14
HexFEDDF90D201355e5d
Octal37633537101520465136135
Binary1111111011011101111110010110110010011010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDF9; }

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

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

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

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

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

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

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

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