#FFE7FE

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

Shades of Selago #FFE7FE

Tints of Selago #FFE7FE

Color information

#FFE7FE (or 0xFFE7FE) is unknown color: approx Selago. HEX triplet: FF, E7 and FE. RGB value is (255,231,254). Sum of RGB (Red+Green+Blue) = 255+231+254=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 231 (90.62% from 255 or 31.22% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7FE is #001801. Grayscale: #F0F0F0. Windows color (decimal): -6146 or 16705535. OLE color: 16705535.

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

Color convert

RGB255231254-
CMYK00.090.000
HSL302.5º100%95.29%-
HSV(B)302.5º9.41%100%-
XYZ87.7185.57105.66-
YUV240.8135.45138.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.46%
GREEN value IS 231 (90.62% from 255) = 31.22%
BLUE value IS 254 (99.61% from 255) = 34.32%
R=34.46%
G=31.22%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523125400.090.000302.510095.29
HexFFE7FE090012e645f
Octal37734737601100456144137
Binary111111111110011111111110010010010010111011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7FE; }

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

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

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

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

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

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

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

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