Html Css Color HEX #F7ACD0 Lavender Pink

📋 copy color: '#F7ACD0'

red 247 ◦ green 172 ◦ blue 208

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

Shades of Lavender Pink #F7ACD0

Tints of Lavender Pink #F7ACD0

RGB

 RED value IS 247 (96.88% from 255) = 39.39%

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

 BLUE value IS 208 (81.64% from 255) = 33.17%

R = 39.39%
G = 27.43%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7ACD0 (or 0xF7ACD0) is known color: Lavender Pink. HEX triplet: F7, AC and D0. RGB value is (247,172,208). Sum of RGB (Red+Green+Blue) = 247+172+208=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACD0 is #08532F. Grayscale: #C6C6C6. Windows color (decimal): -545584 or 13675767. OLE color: 13675767.

HSL color Cylindrical-coordinate representation of color #F7ACD0: hue angle of 331.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ACD0 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 172 208 -
CMYK 0 0.30 0.16 0.03
HSL 331.2º 0.82% 0.82% -
HSV(B) 331.2º 0.3% 0.97% -
XYZ 64.5 53.83 66.67 -
YUV 198.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 247 172 208 0 0.30 0.16 0.03 331.2 0.82 0.82
Hex F7 AC D0 0 1E 10 3 14B 52 52
Octal 367 254 320 0 36 20 3 513 122 122
Binary 11110111 10101100 11010000 0 11110 10000 11 101001011 1010010 1010010

Color Harmonies of #F7ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ACD0

Black with #F7ACD0

Text Example


Text Example

White with #F7ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ACD0; }

 p { color: rgb(247,172,208); }

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

background-color css

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

 a { background-color: rgb(247,172,208); }

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

border-color css

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

 span { border-color: rgb(247,172,208); }

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