#FCE1F8

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

Shades of Selago #FCE1F8

Tints of Selago #FCE1F8

Color information

#FCE1F8 (or 0xFCE1F8) is unknown color: approx Selago. HEX triplet: FC, E1 and F8. RGB value is (252,225,248). Sum of RGB (Red+Green+Blue) = 252+225+248=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 225 (88.28% from 255 or 31.03% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1F8 is #031E07. Grayscale: #EBEBEB. Windows color (decimal): -204296 or 16310780. OLE color: 16310780.

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

Color convert

RGB252225248-
CMYK00.110.020.01
HSL308.89º81.82%93.53%-
HSV(B)308.89º10.71%98.82%-
XYZ84.0181.32100.08-
YUV235.7134.95139.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.76%
GREEN value IS 225 (88.28% from 255) = 31.03%
BLUE value IS 248 (97.27% from 255) = 34.21%
R=34.76%
G=31.03%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222524800.110.020.01308.8981.8293.53
HexFCE1F80B21135525e
Octal37434137001321465122136
Binary1111110011100001111110000101110110011010110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1F8; }

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

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

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

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

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

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

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

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