Html Css Color HEX #F5ACD6 Lavender Pink

📋 copy color: '#F5ACD6'

red 245 ◦ green 172 ◦ blue 214

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

Shades of Lavender Pink #F5ACD6

Tints of Lavender Pink #F5ACD6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.26%

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

R = 38.83%
G = 27.26%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F5ACD6 (or 0xF5ACD6) is known color: Lavender Pink. HEX triplet: F5, AC and D6. RGB value is (245,172,214). Sum of RGB (Red+Green+Blue) = 245+172+214=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACD6 is #0A5329. Grayscale: #C6C6C6. Windows color (decimal): -676650 or 14068981. OLE color: 14068981.

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

Color convert

RGB 245 172 214 -
CMYK 0 0.30 0.13 0.04
HSL 325.48º 0.78% 0.82% -
HSV(B) 325.48º 0.3% 0.96% -
XYZ 64.55 53.77 70.6 -
YUV 198.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 245 172 214 0 0.30 0.13 0.04 325.48 0.78 0.82
Hex F5 AC D6 0 1E D 4 145 4E 52
Octal 365 254 326 0 36 15 4 505 116 122
Binary 11110101 10101100 11010110 0 11110 1101 100 101000101 1001110 1010010

Color Harmonies of #F5ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ACD6

Black with #F5ACD6

Text Example


Text Example

White with #F5ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ACD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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