#F299EC

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

Shades of Lavender Rose #F299EC

Tints of Lavender Rose #F299EC

Color information

#F299EC (or 0xF299EC) is unknown color: approx Lavender Rose. HEX triplet: F2, 99 and EC. RGB value is (242,153,236). Sum of RGB (Red+Green+Blue) = 242+153+236=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 153 (60.16% from 255 or 24.25% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F299EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299EC is #0D6613. Grayscale: #BCBCBC. Windows color (decimal): -878100 or 15505906. OLE color: 15505906.

HSL color Cylindrical-coordinate representation of color #F299EC: hue angle of 304.04º degrees, saturation: 0.77, 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 #F299EC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242153236-
CMYK00.370.020.05
HSL304.04º77.39%77.45%-
HSV(B)304.04º36.78%94.9%-
XYZ63.1547.7285.24-
YUV189.07154.49165.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 153 (60.16% from 255) = 24.25%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=38.35%
G=24.25%
B=37.40%

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
Decimal24215323600.370.020.05304.0477.3977.45
HexF299EC025251304d4d
Octal36223135404525460115115
Binary11110010100110011110110001001011010110011000010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F299EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F299EC; }

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

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

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

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

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

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

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

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