#FEC0EB

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

Shades of Classic Rose #FEC0EB

Tints of Classic Rose #FEC0EB

Color information

#FEC0EB (or 0xFEC0EB) is unknown color: approx Classic Rose. HEX triplet: FE, C0 and EB. RGB value is (254,192,235). Sum of RGB (Red+Green+Blue) = 254+192+235=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0EB is #013F14. Grayscale: #D7D7D7. Windows color (decimal): -81685 or 15450366. OLE color: 15450366.

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

Color convert

RGB254192235-
CMYK00.240.070.00
HSL318.39º96.88%87.45%-
HSV(B)318.39º24.41%99.61%-
XYZ74.7264.7787.16-
YUV215.44139.04155.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 192 (75.39% from 255) = 28.19%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=37.30%
G=28.19%
B=34.51%

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
Decimal25419223500.240.070.00318.3996.8887.45
HexFEC0EB0187013e6157
Octal37630035303070476141127
Binary111111101100000011101011011000111010011111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0EB; }

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

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

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

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

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

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

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

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