#FEE0FA

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

Shades of Selago #FEE0FA

Tints of Selago #FEE0FA

Color information

#FEE0FA (or 0xFEE0FA) is unknown color: approx Selago. HEX triplet: FE, E0 and FA. RGB value is (254,224,250). Sum of RGB (Red+Green+Blue) = 254+224+250=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 224 (87.89% from 255 or 30.77% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0FA is #011F05. Grayscale: #EBEBEB. Windows color (decimal): -73478 or 16441598. OLE color: 16441598.

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

Color convert

RGB254224250-
CMYK00.120.020.00
HSL308º93.75%93.73%-
HSV(B)308º11.81%99.61%-
XYZ84.7881.28101.66-
YUV235.93135.94140.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 224 (87.89% from 255) = 30.77%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=34.89%
G=30.77%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422425000.120.020.0030893.7593.73
HexFEE0FA0C201345e5e
Octal37634037201420464136136
Binary1111111011100000111110100110010010011010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0FA; }

 p { color: rgb(254,224,250); }

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

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

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

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

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

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

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