#F2AFDE

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

Shades of Lavender Rose #F2AFDE

Tints of Lavender Rose #F2AFDE

Color information

#F2AFDE (or 0xF2AFDE) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and DE. RGB value is (242,175,222). Sum of RGB (Red+Green+Blue) = 242+175+222=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFDE is #0D5021. Grayscale: #C8C8C8. Windows color (decimal): -872482 or 14594034. OLE color: 14594034.

HSL color Cylindrical-coordinate representation of color #F2AFDE: hue angle of 317.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AFDE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242175222-
CMYK00.280.080.05
HSL317.91º72.04%81.76%-
HSV(B)317.91º27.69%94.9%-
XYZ65.1354.8176.25-
YUV200.39140.2157.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=37.87%
G=27.39%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217522200.280.080.05317.9172.0481.76
HexF2AFDE01C8513e4852
Octal362257336034105476110122
Binary111100101010111111011110011100100010110011111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFDE; }

 p { color: rgb(242,175,222); }

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

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

 a { background-color: rgb(242,175,222); }

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

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

 span { border-color: rgb(242,175,222); }

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