#F2A7D2

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

Shades of Lavender Pink #F2A7D2

Tints of Lavender Pink #F2A7D2

Color information

#F2A7D2 (or 0xF2A7D2) is unknown color: approx Lavender Pink. HEX triplet: F2, A7 and D2. RGB value is (242,167,210). Sum of RGB (Red+Green+Blue) = 242+167+210=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A7D2 is #0D582D. Grayscale: #C2C2C2. Windows color (decimal): -874542 or 13805554. OLE color: 13805554.

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

Color convert

RGB242167210-
CMYK00.310.130.05
HSL325.6º74.26%80.2%-
HSV(B)325.6º30.99%94.9%-
XYZ62.0751.1767.58-
YUV194.33136.85162-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 167 (65.62% from 255) = 26.98%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=39.10%
G=26.98%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216721000.310.130.05325.674.2680.2
HexF2A7D201FD51464a50
Octal362247322037155506112120
Binary111100101010011111010010011111110110110100011010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A7D2; }

 p { color: rgb(242,167,210); }

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

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

 a { background-color: rgb(242,167,210); }

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

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

 span { border-color: rgb(242,167,210); }

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