#FED9FC

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

Shades of Selago #FED9FC

Tints of Selago #FED9FC

Color information

#FED9FC (or 0xFED9FC) is unknown color: approx Selago. HEX triplet: FE, D9 and FC. RGB value is (254,217,252). Sum of RGB (Red+Green+Blue) = 254+217+252=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 217 (85.16% from 255 or 30.01% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9FC is #012603. Grayscale: #E7E7E7. Windows color (decimal): -75268 or 16570878. OLE color: 16570878.

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

Color convert

RGB254217252-
CMYK00.150.010.00
HSL303.24º94.87%92.35%-
HSV(B)303.24º14.57%99.61%-
XYZ83.2677.72102.71-
YUV232.05139.26143.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.13%
GREEN value IS 217 (85.16% from 255) = 30.01%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=35.13%
G=30.01%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421725200.150.010.00303.2494.8792.35
HexFED9FC0F1012f5f5c
Octal37633137401710457137134
Binary111111101101100111111100011111010010111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9FC; }

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

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

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

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

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

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

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

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