#F2AFE6

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

Shades of Lavender Rose #F2AFE6

Tints of Lavender Rose #F2AFE6

Color information

#F2AFE6 (or 0xF2AFE6) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and E6. RGB value is (242,175,230). Sum of RGB (Red+Green+Blue) = 242+175+230=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFE6 is #0D5019. Grayscale: #C9C9C9. Windows color (decimal): -872474 or 15118322. OLE color: 15118322.

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

Color convert

RGB242175230-
CMYK00.280.050.05
HSL310.75º72.04%81.76%-
HSV(B)310.75º27.69%94.9%-
XYZ66.2355.2582.04-
YUV201.3144.2157.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 175 (68.75% from 255) = 27.05%
BLUE value IS 230 (90.23% from 255) = 35.55%
R=37.40%
G=27.05%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217523000.280.050.05310.7572.0481.76
HexF2AFE601C551374852
Octal36225734603455467110122
Binary11110010101011111110011001110010110110011011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFE6; }

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

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

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

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

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

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

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

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