#FED7FF

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

Shades of Selago #FED7FF

Tints of Selago #FED7FF

Color information

#FED7FF (or 0xFED7FF) is unknown color: approx Selago. HEX triplet: FE, D7 and FF. RGB value is (254,215,255). Sum of RGB (Red+Green+Blue) = 254+215+255=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 215 (84.38% from 255 or 29.70% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7FF is #012800. Grayscale: #E7E7E7. Windows color (decimal): -75777 or 16766974. OLE color: 16766974.

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

Color convert

RGB254215255-
CMYK0.000.1600
HSL298.5º100%92.16%-
HSV(B)298.5º15.69%100%-
XYZ83.2276.89105.06-
YUV231.22141.42144.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.08%
GREEN value IS 215 (84.38% from 255) = 29.70%
BLUE value IS 255 (100% from 255) = 35.22%
R=35.08%
G=29.70%
B=35.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542152550.000.1600298.510092.16
HexFED7FF0100012a645c
Octal37632737702000452144134
Binary1111111011010111111111110100000010010101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7FF; }

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

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

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

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

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

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

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

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