#FEE2FB

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

Shades of Selago #FEE2FB

Tints of Selago #FEE2FB

Color information

#FEE2FB (or 0xFEE2FB) is unknown color: approx Selago. HEX triplet: FE, E2 and FB. RGB value is (254,226,251). Sum of RGB (Red+Green+Blue) = 254+226+251=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 226 (88.67% from 255 or 30.92% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2FB is #011D04. Grayscale: #EDEDED. Windows color (decimal): -72965 or 16507646. OLE color: 16507646.

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

Color convert

RGB254226251-
CMYK00.110.010.00
HSL306.43º93.33%94.12%-
HSV(B)306.43º11.02%99.61%-
XYZ85.4882.43102.67-
YUV237.22135.78139.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.75%
GREEN value IS 226 (88.67% from 255) = 30.92%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=34.75%
G=30.92%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422625100.110.010.00306.4393.3394.12
HexFEE2FB0B101325d5e
Octal37634237301310462135136
Binary111111101110001011111011010111010011001010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2FB; }

 p { color: rgb(254,226,251); }

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

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

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

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

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

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

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