Html Css Color HEX #F5AAD3 Lavender Pink

📋 copy color: '#F5AAD3'

red 245 ◦ green 170 ◦ blue 211

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

Shades of Lavender Pink #F5AAD3

Tints of Lavender Pink #F5AAD3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.16%

 BLUE value IS 211 (82.81% from 255) = 33.71%

R = 39.14%
G = 27.16%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5AAD3 (or 0xF5AAD3) is known color: Lavender Pink. HEX triplet: F5, AA and D3. RGB value is (245,170,211). Sum of RGB (Red+Green+Blue) = 245+170+211=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AAD3 is #0A552C. Grayscale: #C5C5C5. Windows color (decimal): -677165 or 13871861. OLE color: 13871861.

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

Color convert

RGB 245 170 211 -
CMYK 0 0.31 0.14 0.04
HSL 327.2º 0.79% 0.81% -
HSV(B) 327.2º 0.31% 0.96% -
XYZ 63.79 52.87 68.47 -
YUV 197.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 245 170 211 0 0.31 0.14 0.04 327.2 0.79 0.81
Hex F5 AA D3 0 1F E 4 147 4F 51
Octal 365 252 323 0 37 16 4 507 117 121
Binary 11110101 10101010 11010011 0 11111 1110 100 101000111 1001111 1010001

Color Harmonies of #F5AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AAD3

Black with #F5AAD3

Text Example


Text Example

White with #F5AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AAD3; }

 p { color: rgb(245,170,211); }

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

background-color css

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

 a { background-color: rgb(245,170,211); }

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

border-color css

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

 span { border-color: rgb(245,170,211); }

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