#FCE1FB

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

Shades of Selago #FCE1FB

Tints of Selago #FCE1FB

Color information

#FCE1FB (or 0xFCE1FB) is unknown color: approx Selago. HEX triplet: FC, E1 and FB. RGB value is (252,225,251). Sum of RGB (Red+Green+Blue) = 252+225+251=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 225 (88.28% from 255 or 30.91% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1FB is #031E04. Grayscale: #EBEBEB. Windows color (decimal): -204293 or 16507388. OLE color: 16507388.

HSL color Cylindrical-coordinate representation of color #FCE1FB: hue angle of 302.22º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE1FB is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252225251-
CMYK00.110.000.01
HSL302.22º81.82%93.53%-
HSV(B)302.22º10.71%98.82%-
XYZ84.4881.51102.55-
YUV236.04136.45139.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.62%
GREEN value IS 225 (88.28% from 255) = 30.91%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=34.62%
G=30.91%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222525100.110.000.01302.2281.8293.53
HexFCE1FB0B0112e525e
Octal37434137301301456122136
Binary111111001110000111111011010110110010111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1FB; }

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

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

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

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

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

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

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

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