#F3ADD4

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

Shades of Lavender Pink #F3ADD4

Tints of Lavender Pink #F3ADD4

Color information

#F3ADD4 (or 0xF3ADD4) is unknown color: approx Lavender Pink. HEX triplet: F3, AD and D4. RGB value is (243,173,212). Sum of RGB (Red+Green+Blue) = 243+173+212=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADD4 is #0C522B. Grayscale: #C6C6C6. Windows color (decimal): -807468 or 13938163. OLE color: 13938163.

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

Color convert

RGB243173212-
CMYK00.290.130.05
HSL326.57º74.47%81.57%-
HSV(B)326.57º28.81%95.29%-
XYZ63.7953.769.29-
YUV198.38135.69159.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 212 (83.20% from 255) = 33.76%
R=38.69%
G=27.55%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317321200.290.130.05326.5774.4781.57
HexF3ADD401DD51474a52
Octal363255324035155507112122
Binary111100111010110111010100011101110110110100011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADD4; }

 p { color: rgb(243,173,212); }

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

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

 a { background-color: rgb(243,173,212); }

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

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

 span { border-color: rgb(243,173,212); }

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