#F298EC

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

Shades of Lavender Rose #F298EC

Tints of Lavender Rose #F298EC

Color information

#F298EC (or 0xF298EC) is unknown color: approx Lavender Rose. HEX triplet: F2, 98 and EC. RGB value is (242,152,236). Sum of RGB (Red+Green+Blue) = 242+152+236=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 152 (59.77% from 255 or 24.13% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F298EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298EC is #0D6713. Grayscale: #BCBCBC. Windows color (decimal): -878356 or 15505650. OLE color: 15505650.

HSL color Cylindrical-coordinate representation of color #F298EC: hue angle of 304º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298EC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242152236-
CMYK00.370.020.05
HSL304º77.59%77.25%-
HSV(B)304º37.19%94.9%-
XYZ62.9947.3985.18-
YUV188.49154.82166.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 152 (59.77% from 255) = 24.13%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=38.41%
G=24.13%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215223600.370.020.0530477.5977.25
HexF298EC025251304e4d
Octal36223035404525460116115
Binary11110010100110001110110001001011010110011000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F298EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F298EC; }

 p { color: rgb(242,152,236); }

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

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

 a { background-color: rgb(242,152,236); }

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

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

 span { border-color: rgb(242,152,236); }

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