#FCE1F7

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

Shades of Selago #FCE1F7

Tints of Selago #FCE1F7

Color information

#FCE1F7 (or 0xFCE1F7) is unknown color: approx Selago. HEX triplet: FC, E1 and F7. RGB value is (252,225,247). Sum of RGB (Red+Green+Blue) = 252+225+247=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 225 (88.28% from 255 or 31.08% from 724); Blue value is 247 (96.88% from 255 or 34.12% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1F7 is #031E08. Grayscale: #EBEBEB. Windows color (decimal): -204297 or 16245244. OLE color: 16245244.

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

Color convert

RGB252225247-
CMYK00.110.020.01
HSL311.11º81.82%93.53%-
HSV(B)311.11º10.71%98.82%-
XYZ83.8681.2699.26-
YUV235.58134.45139.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.81%
GREEN value IS 225 (88.28% from 255) = 31.08%
BLUE value IS 247 (96.88% from 255) = 34.12%
R=34.81%
G=31.08%
B=34.12%

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
Decimal25222524700.110.020.01311.1181.8293.53
HexFCE1F70B21137525e
Octal37434136701321467122136
Binary1111110011100001111101110101110110011011110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1F7; }

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

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

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

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

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

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

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

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