#F2A5DC

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

Shades of Lavender Rose #F2A5DC

Tints of Lavender Rose #F2A5DC

Color information

#F2A5DC (or 0xF2A5DC) is unknown color: approx Lavender Rose. HEX triplet: F2, A5 and DC. RGB value is (242,165,220). Sum of RGB (Red+Green+Blue) = 242+165+220=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5DC is #0D5A23. Grayscale: #C2C2C2. Windows color (decimal): -875044 or 14460402. OLE color: 14460402.

HSL color Cylindrical-coordinate representation of color #F2A5DC: hue angle of 317.14º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A5DC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242165220-
CMYK00.320.090.05
HSL317.14º74.76%79.8%-
HSV(B)317.14º31.82%94.9%-
XYZ62.9950.9574.23-
YUV194.29142.51162.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 165 (64.84% from 255) = 26.32%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=38.60%
G=26.32%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216522000.320.090.05317.1474.7679.8
HexF2A5DC0209513d4b50
Octal362245334040115475113120
Binary1111001010100101110111000100000100110110011110110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5DC; }

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

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

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

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

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

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

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

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