#FEECFB

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

Shades of Selago #FEECFB

Tints of Selago #FEECFB

Color information

#FEECFB (or 0xFEECFB) is unknown color: approx Selago. HEX triplet: FE, EC and FB. RGB value is (254,236,251). Sum of RGB (Red+Green+Blue) = 254+236+251=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 236 (92.58% from 255 or 31.85% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECFB is #011304. Grayscale: #F3F3F3. Windows color (decimal): -70405 or 16510206. OLE color: 16510206.

HSL color Cylindrical-coordinate representation of color #FEECFB: hue angle of 310º 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 #FEECFB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254236251-
CMYK00.070.010.00
HSL310º90%96.08%-
HSV(B)310º7.09%99.61%-
XYZ88.2888.03103.6-
YUV243.09132.46135.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.28%
GREEN value IS 236 (92.58% from 255) = 31.85%
BLUE value IS 251 (98.44% from 255) = 33.87%
R=34.28%
G=31.85%
B=33.87%

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
Decimal25423625100.070.010.003109096.08
HexFEECFB07101365a60
Octal3763543730710466132140
Binary11111110111011001111101101111010011011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECFB; }

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

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

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

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

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

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

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

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