#FEF4FF

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

Shades of Selago #FEF4FF

Tints of Selago #FEF4FF

Color information

#FEF4FF (or 0xFEF4FF) is unknown color: approx Selago. HEX triplet: FE, F4 and FF. RGB value is (254,244,255). Sum of RGB (Red+Green+Blue) = 254+244+255=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 244 (95.70% from 255 or 32.40% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4FF is #010B00. Grayscale: #F8F8F8. Windows color (decimal): -68353 or 16774398. OLE color: 16774398.

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

Color convert

RGB254244255-
CMYK0.000.0400
HSL294.55º100%97.84%-
HSV(B)294.55º4.31%100%-
XYZ91.2792.99107.75-
YUV248.24131.81132.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.73%
GREEN value IS 244 (95.70% from 255) = 32.40%
BLUE value IS 255 (100% from 255) = 33.86%
R=33.73%
G=32.40%
B=33.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542442550.000.0400294.5510097.84
HexFEF4FF04001276462
Octal3763643770400447144142
Binary11111110111101001111111101000010010011111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4FF; }

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

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

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

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

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

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

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

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