#FEEAFE

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

Shades of Selago #FEEAFE

Tints of Selago #FEEAFE

Color information

#FEEAFE (or 0xFEEAFE) is unknown color: approx Selago. HEX triplet: FE, EA and FE. RGB value is (254,234,254). Sum of RGB (Red+Green+Blue) = 254+234+254=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 234 (91.80% from 255 or 31.54% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAFE is #011501. Grayscale: #F2F2F2. Windows color (decimal): -70914 or 16706302. OLE color: 16706302.

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

Color convert

RGB254234254-
CMYK00.0800.00
HSL300º90.91%95.69%-
HSV(B)300º7.87%99.61%-
XYZ88.1987.07105.92-
YUV242.26134.63136.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.23%
GREEN value IS 234 (91.80% from 255) = 31.54%
BLUE value IS 254 (99.61% from 255) = 34.23%
R=34.23%
G=31.54%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423425400.0800.0030090.9195.69
HexFEEAFE080012c5b60
Octal37635237601000454133140
Binary111111101110101011111110010000010010110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAFE; }

 p { color: rgb(254,234,254); }

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

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

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

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

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

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

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