#F2A9E6

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

Shades of Lavender Rose #F2A9E6

Tints of Lavender Rose #F2A9E6

Color information

#F2A9E6 (or 0xF2A9E6) is unknown color: approx Lavender Rose. HEX triplet: F2, A9 and E6. RGB value is (242,169,230). Sum of RGB (Red+Green+Blue) = 242+169+230=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9E6 is #0D5619. Grayscale: #C5C5C5. Windows color (decimal): -874010 or 15116786. OLE color: 15116786.

HSL color Cylindrical-coordinate representation of color #F2A9E6: hue angle of 309.86º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9E6 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB242169230-
CMYK00.300.050.05
HSL309.86º73.74%80.59%-
HSV(B)309.86º30.17%94.9%-
XYZ65.0952.9781.66-
YUV197.78146.18159.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 169 (66.41% from 255) = 26.37%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=37.75%
G=26.37%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216923000.300.050.05309.8673.7480.59
HexF2A9E601E551364a51
Octal36225134603655466112121
Binary11110010101010011110011001111010110110011011010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A9E6; }

 p { color: rgb(242,169,230); }

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

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

 a { background-color: rgb(242,169,230); }

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

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

 span { border-color: rgb(242,169,230); }

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