#FED7FC

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

Shades of Selago #FED7FC

Tints of Selago #FED7FC

Color information

#FED7FC (or 0xFED7FC) is unknown color: approx Selago. HEX triplet: FE, D7 and FC. RGB value is (254,215,252). Sum of RGB (Red+Green+Blue) = 254+215+252=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 215 (84.38% from 255 or 29.82% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7FC is #012803. Grayscale: #E6E6E6. Windows color (decimal): -75780 or 16570366. OLE color: 16570366.

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

Color convert

RGB254215252-
CMYK00.150.010.00
HSL303.08º95.12%91.96%-
HSV(B)303.08º15.35%99.61%-
XYZ82.7476.7102.54-
YUV230.88139.92144.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 215 (84.38% from 255) = 29.82%
BLUE value IS 252 (98.83% from 255) = 34.95%
R=35.23%
G=29.82%
B=34.95%

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
Decimal25421525200.150.010.00303.0895.1291.96
HexFED7FC0F1012f5f5c
Octal37632737401710457137134
Binary111111101101011111111100011111010010111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7FC; }

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

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

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

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

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

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

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

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