Html Css Color HEX #F5ADD8 Lavender Pink

📋 copy color: '#F5ADD8'

red 245 ◦ green 173 ◦ blue 216

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

Shades of Lavender Pink #F5ADD8

Tints of Lavender Pink #F5ADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.29%

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

R = 38.64%
G = 27.29%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F5ADD8 (or 0xF5ADD8) is known color: Lavender Pink. HEX triplet: F5, AD and D8. RGB value is (245,173,216). Sum of RGB (Red+Green+Blue) = 245+173+216=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADD8 is #0A5227. Grayscale: #C7C7C7. Windows color (decimal): -676392 or 14200309. OLE color: 14200309.

HSL color Cylindrical-coordinate representation of color #F5ADD8: hue angle of 324.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADD8 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 173 216 -
CMYK 0 0.29 0.12 0.04
HSL 324.17º 0.78% 0.82% -
HSV(B) 324.17º 0.29% 0.96% -
XYZ 64.99 54.26 72.01 -
YUV 199.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 245 173 216 0 0.29 0.12 0.04 324.17 0.78 0.82
Hex F5 AD D8 0 1D C 4 144 4E 52
Octal 365 255 330 0 35 14 4 504 116 122
Binary 11110101 10101101 11011000 0 11101 1100 100 101000100 1001110 1010010

Color Harmonies of #F5ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADD8

Black with #F5ADD8

Text Example


Text Example

White with #F5ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADD8; }

 p { color: rgb(245,173,216); }

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

background-color css

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

 a { background-color: rgb(245,173,216); }

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

border-color css

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

 span { border-color: rgb(245,173,216); }

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