#FCE0F8

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

Shades of Selago #FCE0F8

Tints of Selago #FCE0F8

Color information

#FCE0F8 (or 0xFCE0F8) is unknown color: approx Selago. HEX triplet: FC, E0 and F8. RGB value is (252,224,248). Sum of RGB (Red+Green+Blue) = 252+224+248=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 224 (87.89% from 255 or 30.94% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F8 is #031F07. Grayscale: #EBEBEB. Windows color (decimal): -204552 or 16310524. OLE color: 16310524.

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

Color convert

RGB252224248-
CMYK00.110.020.01
HSL308.57º82.35%93.33%-
HSV(B)308.57º11.11%98.82%-
XYZ83.7480.7899.99-
YUV235.11135.28140.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.81%
GREEN value IS 224 (87.89% from 255) = 30.94%
BLUE value IS 248 (97.27% from 255) = 34.25%
R=34.81%
G=30.94%
B=34.25%

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
Decimal25222424800.110.020.01308.5782.3593.33
HexFCE0F80B21135525d
Octal37434037001321465122135
Binary1111110011100000111110000101110110011010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0F8; }

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

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

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

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

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

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

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

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