#FCE8FC

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

Shades of Selago #FCE8FC

Tints of Selago #FCE8FC

Color information

#FCE8FC (or 0xFCE8FC) is unknown color: approx Selago. HEX triplet: FC, E8 and FC. RGB value is (252,232,252). Sum of RGB (Red+Green+Blue) = 252+232+252=736 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.24% from 736); Green value is 232 (91.02% from 255 or 31.52% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8FC is #031703. Grayscale: #F0F0F0. Windows color (decimal): -202500 or 16574716. OLE color: 16574716.

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

Color convert

RGB252232252-
CMYK00.0800.01
HSL300º76.92%94.9%-
HSV(B)300º7.94%98.82%-
XYZ86.5785.44104.02-
YUV240.26134.63136.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.24%
GREEN value IS 232 (91.02% from 255) = 31.52%
BLUE value IS 252 (98.83% from 255) = 34.24%
R=34.24%
G=31.52%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223225200.0800.0130076.9294.9
HexFCE8FC080112c4d5f
Octal37435037401001454115137
Binary111111001110100011111100010000110010110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8FC; }

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

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

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

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

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

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

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

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