#FEC1EC

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

Shades of Classic Rose #FEC1EC

Tints of Classic Rose #FEC1EC

Color information

#FEC1EC (or 0xFEC1EC) is unknown color: approx Classic Rose. HEX triplet: FE, C1 and EC. RGB value is (254,193,236). Sum of RGB (Red+Green+Blue) = 254+193+236=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1EC is #013E13. Grayscale: #D8D8D8. Windows color (decimal): -81428 or 15516158. OLE color: 15516158.

HSL color Cylindrical-coordinate representation of color #FEC1EC: hue angle of 317.7º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1EC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254193236-
CMYK00.240.070.00
HSL317.7º96.83%87.65%-
HSV(B)317.7º24.02%99.61%-
XYZ75.0865.2788-
YUV216.14139.21155-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 193 (75.78% from 255) = 28.26%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=37.19%
G=28.26%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419323600.240.070.00317.796.8387.65
HexFEC1EC0187013e6158
Octal37630135403070476141130
Binary111111101100000111101100011000111010011111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1EC; }

 p { color: rgb(254,193,236); }

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

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

 a { background-color: rgb(254,193,236); }

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

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

 span { border-color: rgb(254,193,236); }

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