#FCE8FA

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

Shades of Selago #FCE8FA

Tints of Selago #FCE8FA

Color information

#FCE8FA (or 0xFCE8FA) is unknown color: approx Selago. HEX triplet: FC, E8 and FA. RGB value is (252,232,250). Sum of RGB (Red+Green+Blue) = 252+232+250=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 232 (91.02% from 255 or 31.61% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8FA is #031705. Grayscale: #EFEFEF. Windows color (decimal): -202502 or 16443644. OLE color: 16443644.

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

Color convert

RGB252232250-
CMYK00.080.010.01
HSL306º76.92%94.9%-
HSV(B)306º7.94%98.82%-
XYZ86.2685.31102.36-
YUV240.03133.63136.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 232 (91.02% from 255) = 31.61%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=34.33%
G=31.61%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223225000.080.010.0130676.9294.9
HexFCE8FA08111324d5f
Octal37435037201011462115137
Binary111111001110100011111010010001110011001010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8FA; }

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

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

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

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

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

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

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

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