#F0AFDD

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

Shades of Lavender Rose #F0AFDD

Tints of Lavender Rose #F0AFDD

Color information

#F0AFDD (or 0xF0AFDD) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and DD. RGB value is (240,175,221). Sum of RGB (Red+Green+Blue) = 240+175+221=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDD is #0F5022. Grayscale: #C7C7C7. Windows color (decimal): -1003555 or 14528496. OLE color: 14528496.

HSL color Cylindrical-coordinate representation of color #F0AFDD: hue angle of 317.54º 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 #F0AFDD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240175221-
CMYK00.270.080.06
HSL317.54º68.42%81.37%-
HSV(B)317.54º27.08%94.12%-
XYZ64.3254.4175.52-
YUV199.68140.03156.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=37.74%
G=27.52%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017522100.270.080.06317.5468.4281.37
HexF0AFDD01B8613e4451
Octal360257335033106476104121
Binary111100001010111111011101011011100011010011111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFDD; }

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

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

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

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

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

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

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

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