#F0AFDA

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

Shades of Lavender Pink #F0AFDA

Tints of Lavender Pink #F0AFDA

Color information

#F0AFDA (or 0xF0AFDA) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and DA. RGB value is (240,175,218). Sum of RGB (Red+Green+Blue) = 240+175+218=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDA is #0F5025. Grayscale: #C7C7C7. Windows color (decimal): -1003558 or 14331888. OLE color: 14331888.

HSL color Cylindrical-coordinate representation of color #F0AFDA: hue angle of 320.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFDA is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240175218-
CMYK00.270.090.06
HSL320.31º68.42%81.37%-
HSV(B)320.31º27.08%94.12%-
XYZ63.9254.2573.43-
YUV199.34138.53157-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=37.91%
G=27.65%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017521800.270.090.06320.3168.4281.37
HexF0AFDA01B961404451
Octal360257332033116500104121
Binary111100001010111111011010011011100111010100000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFDA; }

 p { color: rgb(240,175,218); }

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

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

 a { background-color: rgb(240,175,218); }

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

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

 span { border-color: rgb(240,175,218); }

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