#F3AFD5

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

Shades of Lavender Pink #F3AFD5

Tints of Lavender Pink #F3AFD5

Color information

#F3AFD5 (or 0xF3AFD5) is unknown color: approx Lavender Pink. HEX triplet: F3, AF and D5. RGB value is (243,175,213). Sum of RGB (Red+Green+Blue) = 243+175+213=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFD5 is #0C502A. Grayscale: #C7C7C7. Windows color (decimal): -806955 or 14004211. OLE color: 14004211.

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

Color convert

RGB243175213-
CMYK00.280.120.05
HSL326.47º73.91%81.96%-
HSV(B)326.47º27.98%95.29%-
XYZ64.354.5270.08-
YUV199.66135.53158.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=38.51%
G=27.73%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317521300.280.120.05326.4773.9181.96
HexF3AFD501CC51464a52
Octal363257325034145506112122
Binary111100111010111111010101011100110010110100011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFD5; }

 p { color: rgb(243,175,213); }

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

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

 a { background-color: rgb(243,175,213); }

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

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

 span { border-color: rgb(243,175,213); }

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