Html Css Color HEX #F5ADD6 Lavender Pink

📋 copy color: '#F5ADD6'

red 245 ◦ green 173 ◦ blue 214

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

Shades of Lavender Pink #F5ADD6

Tints of Lavender Pink #F5ADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.86%

R = 38.77%
G = 27.37%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F5ADD6 (or 0xF5ADD6) is known color: Lavender Pink. HEX triplet: F5, AD and D6. RGB value is (245,173,214). Sum of RGB (Red+Green+Blue) = 245+173+214=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADD6 is #0A5229. Grayscale: #C7C7C7. Windows color (decimal): -676394 or 14069237. OLE color: 14069237.

HSL color Cylindrical-coordinate representation of color #F5ADD6: hue angle of 325.83º 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 #F5ADD6 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 173 214 -
CMYK 0 0.29 0.13 0.04
HSL 325.83º 0.78% 0.82% -
HSV(B) 325.83º 0.29% 0.96% -
XYZ 64.74 54.15 70.66 -
YUV 199.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 245 173 214 0 0.29 0.13 0.04 325.83 0.78 0.82
Hex F5 AD D6 0 1D D 4 146 4E 52
Octal 365 255 326 0 35 15 4 506 116 122
Binary 11110101 10101101 11010110 0 11101 1101 100 101000110 1001110 1010010

Color Harmonies of #F5ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADD6

Black with #F5ADD6

Text Example


Text Example

White with #F5ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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