#FEC0F0

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

Shades of Lavender Rose #FEC0F0

Tints of Lavender Rose #FEC0F0

Color information

#FEC0F0 (or 0xFEC0F0) is unknown color: approx Lavender Rose. HEX triplet: FE, C0 and F0. RGB value is (254,192,240). Sum of RGB (Red+Green+Blue) = 254+192+240=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0F0 is #013F0F. Grayscale: #D7D7D7. Windows color (decimal): -81680 or 15778046. OLE color: 15778046.

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

Color convert

RGB254192240-
CMYK00.240.060.00
HSL313.55º96.88%87.45%-
HSV(B)313.55º24.41%99.61%-
XYZ75.4565.0691.02-
YUV216.01141.54155.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 192 (75.39% from 255) = 27.99%
BLUE value IS 240 (94.14% from 255) = 34.99%
R=37.03%
G=27.99%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419224000.240.060.00313.5596.8887.45
HexFEC0F00186013a6157
Octal37630036003060472141127
Binary111111101100000011110000011000110010011101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0F0; }

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

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

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

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

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

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

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

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