#F3AFD0

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

Shades of Lavender Pink #F3AFD0

Tints of Lavender Pink #F3AFD0

Color information

#F3AFD0 (or 0xF3AFD0) is unknown color: approx Lavender Pink. HEX triplet: F3, AF and D0. RGB value is (243,175,208). Sum of RGB (Red+Green+Blue) = 243+175+208=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFD0 is #0C502F. Grayscale: #C7C7C7. Windows color (decimal): -806960 or 13676531. OLE color: 13676531.

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

Color convert

RGB243175208-
CMYK00.280.140.05
HSL330.88º73.91%81.96%-
HSV(B)330.88º27.98%95.29%-
XYZ63.6854.2766.79-
YUV199.09133.03159.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=38.82%
G=27.96%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317520800.280.140.05330.8873.9181.96
HexF3AFD001CE514b4a52
Octal363257320034165513112122
Binary111100111010111111010000011100111010110100101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFD0; }

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

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

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

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

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

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

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

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