#FCE0FB

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

Shades of Selago #FCE0FB

Tints of Selago #FCE0FB

Color information

#FCE0FB (or 0xFCE0FB) is unknown color: approx Selago. HEX triplet: FC, E0 and FB. RGB value is (252,224,251). Sum of RGB (Red+Green+Blue) = 252+224+251=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0FB is #031F04. Grayscale: #EBEBEB. Windows color (decimal): -204549 or 16507132. OLE color: 16507132.

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

Color convert

RGB252224251-
CMYK00.110.000.01
HSL302.14º82.35%93.33%-
HSV(B)302.14º11.11%98.82%-
XYZ84.2180.97102.46-
YUV235.45136.78139.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 224 (87.89% from 255) = 30.81%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=34.66%
G=30.81%
B=34.53%

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
Decimal25222425100.110.000.01302.1482.3593.33
HexFCE0FB0B0112e525d
Octal37434037301301456122135
Binary111111001110000011111011010110110010111010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0FB; }

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

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

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

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

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

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

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

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