Html Css Color HEX #F4AAD8 Lavender Pink

📋 copy color: '#F4AAD8'

red 244 ◦ green 170 ◦ blue 216

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

Shades of Lavender Pink #F4AAD8

Tints of Lavender Pink #F4AAD8

RGB

 RED value IS 244 (95.7% from 255) = 38.73%

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

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 38.73%
G = 26.98%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F4AAD8 (or 0xF4AAD8) is known color: Lavender Pink. HEX triplet: F4, AA and D8. RGB value is (244,170,216). Sum of RGB (Red+Green+Blue) = 244+170+216=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AAD8 is #0B5527. Grayscale: #C5C5C5. Windows color (decimal): -742696 or 14199540. OLE color: 14199540.

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

Color convert

RGB 244 170 216 -
CMYK 0 0.30 0.11 0.04
HSL 322.7º 0.77% 0.81% -
HSV(B) 322.7º 0.3% 0.96% -
XYZ 64.08 52.94 71.81 -
YUV 197.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 244 170 216 0 0.30 0.11 0.04 322.7 0.77 0.81
Hex F4 AA D8 0 1E B 4 143 4D 51
Octal 364 252 330 0 36 13 4 503 115 121
Binary 11110100 10101010 11011000 0 11110 1011 100 101000011 1001101 1010001

Color Harmonies of #F4AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AAD8

Black with #F4AAD8

Text Example


Text Example

White with #F4AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AAD8; }

 p { color: rgb(244,170,216); }

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

background-color css

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

 a { background-color: rgb(244,170,216); }

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

border-color css

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

 span { border-color: rgb(244,170,216); }

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