#F2AFDB

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

Shades of Lavender Rose #F2AFDB

Tints of Lavender Rose #F2AFDB

Color information

#F2AFDB (or 0xF2AFDB) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and DB. RGB value is (242,175,219). Sum of RGB (Red+Green+Blue) = 242+175+219=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFDB is #0D5024. Grayscale: #C7C7C7. Windows color (decimal): -872485 or 14397426. OLE color: 14397426.

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

Color convert

RGB242175219-
CMYK00.280.100.05
HSL320.6º72.04%81.76%-
HSV(B)320.6º27.69%94.9%-
XYZ64.7354.6574.15-
YUV200.05138.7157.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=38.05%
G=27.52%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217521900.280.100.05320.672.0481.76
HexF2AFDB01CA51414852
Octal362257333034125501110122
Binary111100101010111111011011011100101010110100000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFDB; }

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

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

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

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

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

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

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

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