#FEEBFC

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

Shades of Selago #FEEBFC

Tints of Selago #FEEBFC

Color information

#FEEBFC (or 0xFEEBFC) is unknown color: approx Selago. HEX triplet: FE, EB and FC. RGB value is (254,235,252). Sum of RGB (Red+Green+Blue) = 254+235+252=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 235 (92.19% from 255 or 31.71% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBFC is #011403. Grayscale: #F2F2F2. Windows color (decimal): -70660 or 16575486. OLE color: 16575486.

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

Color convert

RGB254235252-
CMYK00.070.010.00
HSL306.32º90.48%95.88%-
HSV(B)306.32º7.48%99.61%-
XYZ88.1587.52104.34-
YUV242.62133.29136.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.28%
GREEN value IS 235 (92.19% from 255) = 31.71%
BLUE value IS 252 (98.83% from 255) = 34.01%
R=34.28%
G=31.71%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423525200.070.010.00306.3290.4895.88
HexFEEBFC07101325a60
Octal3763533740710462132140
Binary11111110111010111111110001111010011001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBFC; }

 p { color: rgb(254,235,252); }

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

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

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

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

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

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

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