Html Css Color HEX #F6ACD5 Lavender Pink

📋 copy color: '#F6ACD5'

red 246 ◦ green 172 ◦ blue 213

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

Shades of Lavender Pink #F6ACD5

Tints of Lavender Pink #F6ACD5

RGB

 RED value IS 246 (96.48% from 255) = 38.99%

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

 BLUE value IS 213 (83.59% from 255) = 33.76%

R = 38.99%
G = 27.26%
B = 33.76%

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

#F6ACD5 (or 0xF6ACD5) is known color: Lavender Pink. HEX triplet: F6, AC and D5. RGB value is (246,172,213). Sum of RGB (Red+Green+Blue) = 246+172+213=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACD5 is #09532A. Grayscale: #C6C6C6. Windows color (decimal): -611115 or 14003446. OLE color: 14003446.

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

Color convert

RGB 246 172 213 -
CMYK 0 0.30 0.13 0.04
HSL 326.76º 0.8% 0.82% -
HSV(B) 326.76º 0.3% 0.96% -
XYZ 64.77 53.9 69.94 -
YUV 198.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 246 172 213 0 0.30 0.13 0.04 326.76 0.8 0.82
Hex F6 AC D5 0 1E D 4 147 50 52
Octal 366 254 325 0 36 15 4 507 120 122
Binary 11110110 10101100 11010101 0 11110 1101 100 101000111 1010000 1010010

Color Harmonies of #F6ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ACD5

Black with #F6ACD5

Text Example


Text Example

White with #F6ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ACD5; }

 p { color: rgb(246,172,213); }

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

background-color css

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

 a { background-color: rgb(246,172,213); }

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

border-color css

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

 span { border-color: rgb(246,172,213); }

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