#FED9FE

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

Shades of Selago #FED9FE

Tints of Selago #FED9FE

Color information

#FED9FE (or 0xFED9FE) is unknown color: approx Selago. HEX triplet: FE, D9 and FE. RGB value is (254,217,254). Sum of RGB (Red+Green+Blue) = 254+217+254=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 217 (85.16% from 255 or 29.93% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FED9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9FE is #012601. Grayscale: #E8E8E8. Windows color (decimal): -75266 or 16701950. OLE color: 16701950.

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

Color convert

RGB254217254-
CMYK00.1500.00
HSL300º94.87%92.35%-
HSV(B)300º14.57%99.61%-
XYZ83.5877.85104.39-
YUV232.28140.26143.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 217 (85.16% from 255) = 29.93%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=35.03%
G=29.93%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421725400.1500.0030094.8792.35
HexFED9FE0F0012c5f5c
Octal37633137601700454137134
Binary111111101101100111111110011110010010110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9FE; }

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

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

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

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

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

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

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

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