#FCE7FA

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

Shades of Selago #FCE7FA

Tints of Selago #FCE7FA

Color information

#FCE7FA (or 0xFCE7FA) is unknown color: approx Selago. HEX triplet: FC, E7 and FA. RGB value is (252,231,250). Sum of RGB (Red+Green+Blue) = 252+231+250=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 231 (90.62% from 255 or 31.51% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE7FA is #031805. Grayscale: #EFEFEF. Windows color (decimal): -202758 or 16443388. OLE color: 16443388.

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

Color convert

RGB252231250-
CMYK00.080.010.01
HSL305.71º77.78%94.71%-
HSV(B)305.71º8.33%98.82%-
XYZ85.9884.75102.27-
YUV239.44133.96136.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 231 (90.62% from 255) = 31.51%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=34.38%
G=31.51%
B=34.11%

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
Decimal25223125000.080.010.01305.7177.7894.71
HexFCE7FA08111324e5f
Octal37434737201011462116137
Binary111111001110011111111010010001110011001010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE7FA; }

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

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

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

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

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

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

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

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