#FED8FC

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

Shades of Selago #FED8FC

Tints of Selago #FED8FC

Color information

#FED8FC (or 0xFED8FC) is unknown color: approx Selago. HEX triplet: FE, D8 and FC. RGB value is (254,216,252). Sum of RGB (Red+Green+Blue) = 254+216+252=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 216 (84.77% from 255 or 29.92% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8FC is #012703. Grayscale: #E7E7E7. Windows color (decimal): -75524 or 16570622. OLE color: 16570622.

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

Color convert

RGB254216252-
CMYK00.150.010.00
HSL303.16º95%92.16%-
HSV(B)303.16º14.96%99.61%-
XYZ8377.21102.62-
YUV231.47139.59144.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 216 (84.77% from 255) = 29.92%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=35.18%
G=29.92%
B=34.90%

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
Decimal25421625200.150.010.00303.169592.16
HexFED8FC0F1012f5f5c
Octal37633037401710457137134
Binary111111101101100011111100011111010010111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8FC; }

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

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

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

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

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

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

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

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