#FEF5FF

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

Shades of Selago #FEF5FF

Tints of Selago #FEF5FF

Color information

#FEF5FF (or 0xFEF5FF) is unknown color: approx Selago. HEX triplet: FE, F5 and FF. RGB value is (254,245,255). Sum of RGB (Red+Green+Blue) = 254+245+255=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 245 (96.09% from 255 or 32.49% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5FF is #010A00. Grayscale: #F8F8F8. Windows color (decimal): -68097 or 16774654. OLE color: 16774654.

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

Color convert

RGB254245255-
CMYK0.000.0400
HSL294º100%98.04%-
HSV(B)294º3.92%100%-
XYZ91.5893.6107.85-
YUV248.83131.48131.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.69%
GREEN value IS 245 (96.09% from 255) = 32.49%
BLUE value IS 255 (100% from 255) = 33.82%
R=33.69%
G=32.49%
B=33.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542452550.000.040029410098.04
HexFEF5FF04001266462
Octal3763653770400446144142
Binary11111110111101011111111101000010010011011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5FF; }

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

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

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

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

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

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

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

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