#FEC1E5

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

Shades of Classic Rose #FEC1E5

Tints of Classic Rose #FEC1E5

Color information

#FEC1E5 (or 0xFEC1E5) is unknown color: approx Classic Rose. HEX triplet: FE, C1 and E5. RGB value is (254,193,229). Sum of RGB (Red+Green+Blue) = 254+193+229=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1E5 is #013E1A. Grayscale: #D7D7D7. Windows color (decimal): -81435 or 15057406. OLE color: 15057406.

HSL color Cylindrical-coordinate representation of color #FEC1E5: hue angle of 324.59º 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 #FEC1E5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB254193229-
CMYK00.240.100.00
HSL324.59º96.83%87.65%-
HSV(B)324.59º24.02%99.61%-
XYZ74.0964.8782.74-
YUV215.34135.71155.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 193 (75.78% from 255) = 28.55%
BLUE value IS 229 (89.84% from 255) = 33.88%
R=37.57%
G=28.55%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419322900.240.100.00324.5996.8387.65
HexFEC1E5018A01456158
Octal376301345030120505141130
Binary1111111011000001111001010110001010010100010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1E5; }

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

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

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

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

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

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

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

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