Html Css Color HEX #F5A2DA Lavender Rose

📋 copy color: '#F5A2DA'

red 245 ◦ green 162 ◦ blue 218

#F5A2DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F5A2DA

Tints of Lavender Rose #F5A2DA

RGB

 RED value IS 245 (96.09% from 255) = 39.2%

 GREEN value IS 162 (63.67% from 255) = 25.92%

 BLUE value IS 218 (85.55% from 255) = 34.88%

R = 39.2%
G = 25.92%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5A2DA (or 0xF5A2DA) is known color: Lavender Rose. HEX triplet: F5, A2 and DA. RGB value is (245,162,218). Sum of RGB (Red+Green+Blue) = 245+162+218=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A2DA is #0A5D25. Grayscale: #C1C1C1. Windows color (decimal): -679206 or 14328565. OLE color: 14328565.

HSL color Cylindrical-coordinate representation of color #F5A2DA: hue angle of 319.52º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A2DA is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 162 218 -
CMYK 0 0.34 0.11 0.04
HSL 319.52º 0.81% 0.8% -
HSV(B) 319.52º 0.34% 0.96% -
XYZ 63.23 50.32 72.71 -
YUV 193.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 245 162 218 0 0.34 0.11 0.04 319.52 0.81 0.8
Hex F5 A2 DA 0 22 B 4 140 51 50
Octal 365 242 332 0 42 13 4 500 121 120
Binary 11110101 10100010 11011010 0 100010 1011 100 101000000 1010001 1010000

Color Harmonies of #F5A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A2DA

Black with #F5A2DA

Text Example


Text Example

White with #F5A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A2DA; }

 p { color: rgb(245,162,218); }

 H1.HeaderClassName
 {
   color: #F5A2DA;
 }
 .AnyTagClassName
 {
   color: #F5A2DA;
 }
</style>

background-color css

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

 a { background-color: rgb(245,162,218); }

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

border-color css

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

 span { border-color: rgb(245,162,218); }

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