#F0AFDB

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

Shades of Lavender Rose #F0AFDB

Tints of Lavender Rose #F0AFDB

Color information

#F0AFDB (or 0xF0AFDB) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and DB. RGB value is (240,175,219). Sum of RGB (Red+Green+Blue) = 240+175+219=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDB is #0F5024. Grayscale: #C7C7C7. Windows color (decimal): -1003557 or 14397424. OLE color: 14397424.

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

Color convert

RGB240175219-
CMYK00.270.090.06
HSL319.38º68.42%81.37%-
HSV(B)319.38º27.08%94.12%-
XYZ64.0554.374.12-
YUV199.45139.03156.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=37.85%
G=27.60%
B=34.54%

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
Decimal24017521900.270.090.06319.3868.4281.37
HexF0AFDB01B9613f4451
Octal360257333033116477104121
Binary111100001010111111011011011011100111010011111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFDB; }

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

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

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

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

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

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

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

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