#FCE8FB

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

Shades of Selago #FCE8FB

Tints of Selago #FCE8FB

Color information

#FCE8FB (or 0xFCE8FB) is unknown color: approx Selago. HEX triplet: FC, E8 and FB. RGB value is (252,232,251). Sum of RGB (Red+Green+Blue) = 252+232+251=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 232 (91.02% from 255 or 31.56% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8FB is #031704. Grayscale: #F0F0F0. Windows color (decimal): -202501 or 16509180. OLE color: 16509180.

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

Color convert

RGB252232251-
CMYK00.080.000.01
HSL303º76.92%94.9%-
HSV(B)303º7.94%98.82%-
XYZ86.4185.37103.19-
YUV240.15134.13136.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 232 (91.02% from 255) = 31.56%
BLUE value IS 251 (98.44% from 255) = 34.15%
R=34.29%
G=31.56%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223225100.080.000.0130376.9294.9
HexFCE8FB080112f4d5f
Octal37435037301001457115137
Binary111111001110100011111011010000110010111110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8FB; }

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

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

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

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

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

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

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

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