#FED9FD

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

Shades of Selago #FED9FD

Tints of Selago #FED9FD

Color information

#FED9FD (or 0xFED9FD) is unknown color: approx Selago. HEX triplet: FE, D9 and FD. RGB value is (254,217,253). Sum of RGB (Red+Green+Blue) = 254+217+253=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 217 (85.16% from 255 or 29.97% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9FD is #012602. Grayscale: #E8E8E8. Windows color (decimal): -75267 or 16636414. OLE color: 16636414.

HSL color Cylindrical-coordinate representation of color #FED9FD: hue angle of 301.62º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9FD is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB254217253-
CMYK00.150.000.00
HSL301.62º94.87%92.35%-
HSV(B)301.62º14.57%99.61%-
XYZ83.4277.79103.55-
YUV232.17139.76143.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 217 (85.16% from 255) = 29.97%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=35.08%
G=29.97%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421725300.150.000.00301.6294.8792.35
HexFED9FD0F0012e5f5c
Octal37633137501700456137134
Binary111111101101100111111101011110010010111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9FD; }

 p { color: rgb(254,217,253); }

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

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

 a { background-color: rgb(254,217,253); }

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

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

 span { border-color: rgb(254,217,253); }

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