#FEE4FB

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

Shades of Selago #FEE4FB

Tints of Selago #FEE4FB

Color information

#FEE4FB (or 0xFEE4FB) is unknown color: approx Selago. HEX triplet: FE, E4 and FB. RGB value is (254,228,251). Sum of RGB (Red+Green+Blue) = 254+228+251=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 228 (89.45% from 255 or 31.11% from 733); Blue value is 251 (98.44% from 255 or 34.24% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4FB is #011B04. Grayscale: #EEEEEE. Windows color (decimal): -72453 or 16508158. OLE color: 16508158.

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

Color convert

RGB254228251-
CMYK00.100.010.00
HSL306.92º92.86%94.51%-
HSV(B)306.92º10.24%99.61%-
XYZ86.0383.52102.85-
YUV238.4135.11139.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 228 (89.45% from 255) = 31.11%
BLUE value IS 251 (98.44% from 255) = 34.24%
R=34.65%
G=31.11%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422825100.100.010.00306.9292.8694.51
HexFEE4FB0A101335d5f
Octal37634437301210463135137
Binary111111101110010011111011010101010011001110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE4FB; }

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

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

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

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

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

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

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

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