#FCE6FA

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

Shades of Selago #FCE6FA

Tints of Selago #FCE6FA

Color information

#FCE6FA (or 0xFCE6FA) is unknown color: approx Selago. HEX triplet: FC, E6 and FA. RGB value is (252,230,250). Sum of RGB (Red+Green+Blue) = 252+230+250=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 230 (90.23% from 255 or 31.42% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FA is #031905. Grayscale: #EEEEEE. Windows color (decimal): -203014 or 16443132. OLE color: 16443132.

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

Color convert

RGB252230250-
CMYK00.090.010.01
HSL305.45º78.57%94.51%-
HSV(B)305.45º8.73%98.82%-
XYZ85.784.19102.18-
YUV238.86134.29137.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 230 (90.23% from 255) = 31.42%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=34.43%
G=31.42%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223025000.090.010.01305.4578.5794.51
HexFCE6FA09111314f5f
Octal37434637201111461117137
Binary111111001110011011111010010011110011000110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6FA; }

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

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

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

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

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

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

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

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