#FCEEFB

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

Shades of Selago #FCEEFB

Tints of Selago #FCEEFB

Color information

#FCEEFB (or 0xFCEEFB) is unknown color: approx Selago. HEX triplet: FC, EE and FB. RGB value is (252,238,251). Sum of RGB (Red+Green+Blue) = 252+238+251=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 238 (93.36% from 255 or 32.12% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEFB is #031104. Grayscale: #F3F3F3. Windows color (decimal): -200965 or 16510716. OLE color: 16510716.

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

Color convert

RGB252238251-
CMYK00.060.000.01
HSL304.29º70%96.08%-
HSV(B)304.29º5.56%98.82%-
XYZ88.1388.81103.76-
YUV243.67132.14133.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.01%
GREEN value IS 238 (93.36% from 255) = 32.12%
BLUE value IS 251 (98.44% from 255) = 33.87%
R=34.01%
G=32.12%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223825100.060.000.01304.297096.08
HexFCEEFB06011304660
Octal3743563730601460106140
Binary11111100111011101111101101100110011000010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEFB; }

 p { color: rgb(252,238,251); }

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

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

 a { background-color: rgb(252,238,251); }

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

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

 span { border-color: rgb(252,238,251); }

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