Html Css Color HEX #F5ACD8 Lavender Pink

📋 copy color: '#F5ACD8'

red 245 ◦ green 172 ◦ blue 216

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

Shades of Lavender Pink #F5ACD8

Tints of Lavender Pink #F5ACD8

RGB

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

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

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

R = 38.7%
G = 27.17%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F5ACD8 (or 0xF5ACD8) is known color: Lavender Pink. HEX triplet: F5, AC and D8. RGB value is (245,172,216). Sum of RGB (Red+Green+Blue) = 245+172+216=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACD8 is #0A5327. Grayscale: #C6C6C6. Windows color (decimal): -676648 or 14200053. OLE color: 14200053.

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

Color convert

RGB 245 172 216 -
CMYK 0 0.30 0.12 0.04
HSL 323.84º 0.78% 0.82% -
HSV(B) 323.84º 0.3% 0.96% -
XYZ 64.8 53.88 71.95 -
YUV 198.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 245 172 216 0 0.30 0.12 0.04 323.84 0.78 0.82
Hex F5 AC D8 0 1E C 4 144 4E 52
Octal 365 254 330 0 36 14 4 504 116 122
Binary 11110101 10101100 11011000 0 11110 1100 100 101000100 1001110 1010010

Color Harmonies of #F5ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ACD8

Black with #F5ACD8

Text Example


Text Example

White with #F5ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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