#F2AFDC

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

Shades of Lavender Rose #F2AFDC

Tints of Lavender Rose #F2AFDC

Color information

#F2AFDC (or 0xF2AFDC) is unknown color: approx Lavender Rose. HEX triplet: F2, AF and DC. RGB value is (242,175,220). Sum of RGB (Red+Green+Blue) = 242+175+220=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFDC is #0D5023. Grayscale: #C8C8C8. Windows color (decimal): -872484 or 14462962. OLE color: 14462962.

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

Color convert

RGB242175220-
CMYK00.280.090.05
HSL319.7º72.04%81.76%-
HSV(B)319.7º27.69%94.9%-
XYZ64.8754.774.85-
YUV200.16139.2157.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 175 (68.75% from 255) = 27.47%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=37.99%
G=27.47%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217522000.280.090.05319.772.0481.76
HexF2AFDC01C951404852
Octal362257334034115500110122
Binary111100101010111111011100011100100110110100000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFDC; }

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

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

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

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

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

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

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

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