#FEE7FF

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

Shades of Selago #FEE7FF

Tints of Selago #FEE7FF

Color information

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

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

Color convert

RGB254231255-
CMYK0.000.0900
HSL297.5º100%95.29%-
HSV(B)297.5º9.41%100%-
XYZ87.585.44106.49-
YUV240.61136.12137.55-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542312550.000.0900297.510095.29
HexFEE7FF090012a645f
Octal37634737701100452144137
Binary111111101110011111111111010010010010101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7FF; }

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

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

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

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

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

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

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

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