#F3A9CA

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

Shades of Lavender Pink #F3A9CA

Tints of Lavender Pink #F3A9CA

Color information

#F3A9CA (or 0xF3A9CA) is unknown color: approx Lavender Pink. HEX triplet: F3, A9 and CA. RGB value is (243,169,202). Sum of RGB (Red+Green+Blue) = 243+169+202=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9CA is #0C5635. Grayscale: #C2C2C2. Windows color (decimal): -808502 or 13281779. OLE color: 13281779.

HSL color Cylindrical-coordinate representation of color #F3A9CA: hue angle of 333.24º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3A9CA is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243169202-
CMYK00.300.170.05
HSL333.24º75.51%80.78%-
HSV(B)333.24º30.45%95.29%-
XYZ61.8151.6962.6-
YUV194.89132.02162.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.58%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=39.58%
G=27.52%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316920200.300.170.05333.2475.5180.78
HexF3A9CA01E11514d4c51
Octal363251312036215515114121
Binary1111001110101001110010100111101000110110100110110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A9CA; }

 p { color: rgb(243,169,202); }

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

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

 a { background-color: rgb(243,169,202); }

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

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

 span { border-color: rgb(243,169,202); }

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