#FCE6FB

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

Shades of Selago #FCE6FB

Tints of Selago #FCE6FB

Color information

#FCE6FB (or 0xFCE6FB) is unknown color: approx Selago. HEX triplet: FC, E6 and FB. RGB value is (252,230,251). Sum of RGB (Red+Green+Blue) = 252+230+251=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 230 (90.23% from 255 or 31.38% from 733); Blue value is 251 (98.44% from 255 or 34.24% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6FB is #031904. Grayscale: #EEEEEE. Windows color (decimal): -203013 or 16508668. OLE color: 16508668.

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

Color convert

RGB252230251-
CMYK00.090.000.01
HSL302.73º78.57%94.51%-
HSV(B)302.73º8.73%98.82%-
XYZ85.8584.25103-
YUV238.97134.79137.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 230 (90.23% from 255) = 31.38%
BLUE value IS 251 (98.44% from 255) = 34.24%
R=34.38%
G=31.38%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223025100.090.000.01302.7378.5794.51
HexFCE6FB090112f4f5f
Octal37434637301101457117137
Binary111111001110011011111011010010110010111110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6FB; }

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

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

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

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

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

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

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

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