#FCE9FA

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

Shades of Selago #FCE9FA

Tints of Selago #FCE9FA

Color information

#FCE9FA (or 0xFCE9FA) is unknown color: approx Selago. HEX triplet: FC, E9 and FA. RGB value is (252,233,250). Sum of RGB (Red+Green+Blue) = 252+233+250=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 233 (91.41% from 255 or 31.70% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9FA is #031605. Grayscale: #F0F0F0. Windows color (decimal): -202246 or 16443900. OLE color: 16443900.

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

Color convert

RGB252233250-
CMYK00.080.010.01
HSL306.32º76%95.1%-
HSV(B)306.32º7.54%98.82%-
XYZ86.5485.88102.46-
YUV240.62133.29136.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 233 (91.41% from 255) = 31.70%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=34.29%
G=31.70%
B=34.01%

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
Decimal25223325000.080.010.01306.327695.1
HexFCE9FA08111324c5f
Octal37435137201011462114137
Binary111111001110100111111010010001110011001010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9FA; }

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

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

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

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

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

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

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

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