#f2a9e3

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

Shades of Lavender Rose #F2A9E3

Tints of Lavender Rose #F2A9E3

Color information

#F2A9E3 (or 0xF2A9E3) is unknown color: approx Lavender Rose. HEX triplet: F2, A9 and E3. RGB value is (242,169,227). Sum of RGB (Red+Green+Blue) = 242+169+227=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A9E3 is #0D561C. Grayscale: #C5C5C5. Windows color (decimal): -874013 or 14920178. OLE color: 14920178.

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

Color convert

RGB242169227-
CMYK00.300.060.05
HSL312.33º73.74%80.59%-
HSV(B)312.33º30.17%94.9%-
XYZ64.6752.879.46-
YUV197.44144.68159.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 169 (66.41% from 255) = 26.49%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=37.93%
G=26.49%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216922700.300.060.05312.3373.7480.59
HexF2A9E301E651384a51
Octal36225134303665470112121
Binary11110010101010011110001101111011010110011100010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a9e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a9e3; }

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

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

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

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

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

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

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

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