#FEE7FB

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

Shades of Selago #FEE7FB

Tints of Selago #FEE7FB

Color information

#FEE7FB (or 0xFEE7FB) is unknown color: approx Selago. HEX triplet: FE, E7 and FB. RGB value is (254,231,251). Sum of RGB (Red+Green+Blue) = 254+231+251=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 231 (90.62% from 255 or 31.39% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7FB is #011804. Grayscale: #F0F0F0. Windows color (decimal): -71685 or 16508926. OLE color: 16508926.

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

Color convert

RGB254231251-
CMYK00.090.010.00
HSL307.83º92%95.1%-
HSV(B)307.83º9.06%99.61%-
XYZ86.8685.19103.13-
YUV240.16134.12137.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.51%
GREEN value IS 231 (90.62% from 255) = 31.39%
BLUE value IS 251 (98.44% from 255) = 34.10%
R=34.51%
G=31.39%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423125100.090.010.00307.839295.1
HexFEE7FB09101345c5f
Octal37634737301110464134137
Binary111111101110011111111011010011010011010010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7FB; }

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

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

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

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

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

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

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

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