#FEC0E4

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

Shades of Classic Rose #FEC0E4

Tints of Classic Rose #FEC0E4

Color information

#FEC0E4 (or 0xFEC0E4) is unknown color: approx Classic Rose. HEX triplet: FE, C0 and E4. RGB value is (254,192,228). Sum of RGB (Red+Green+Blue) = 254+192+228=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0E4 is #013F1B. Grayscale: #D6D6D6. Windows color (decimal): -81692 or 14991614. OLE color: 14991614.

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

Color convert

RGB254192228-
CMYK00.240.100.00
HSL325.16º96.88%87.45%-
HSV(B)325.16º24.41%99.61%-
XYZ73.7364.3781.94-
YUV214.64135.54156.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 192 (75.39% from 255) = 28.49%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=37.69%
G=28.49%
B=33.83%

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
Decimal25419222800.240.100.00325.1696.8887.45
HexFEC0E4018A01456157
Octal376300344030120505141127
Binary1111111011000000111001000110001010010100010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0E4; }

 p { color: rgb(254,192,228); }

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

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

 a { background-color: rgb(254,192,228); }

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

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

 span { border-color: rgb(254,192,228); }

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