Html Css Color HEX #F0ACD5 Lavender Pink

📋 copy color: '#F0ACD5'

red 240 ◦ green 172 ◦ blue 213

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

Shades of Lavender Pink #F0ACD5

Tints of Lavender Pink #F0ACD5

RGB

 RED value IS 240 (94.14% from 255) = 38.4%

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

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

R = 38.4%
G = 27.52%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0ACD5 (or 0xF0ACD5) is known color: Lavender Pink. HEX triplet: F0, AC and D5. RGB value is (240,172,213). Sum of RGB (Red+Green+Blue) = 240+172+213=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACD5 is #0F532A. Grayscale: #C4C4C4. Windows color (decimal): -1004331 or 14003440. OLE color: 14003440.

HSL color Cylindrical-coordinate representation of color #F0ACD5: hue angle of 323.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACD5 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 213 -
CMYK 0 0.28 0.11 0.06
HSL 323.82º 0.69% 0.81% -
HSV(B) 323.82º 0.28% 0.94% -
XYZ 62.7 52.83 69.84 -
YUV 197.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 240 172 213 0 0.28 0.11 0.06 323.82 0.69 0.81
Hex F0 AC D5 0 1C B 6 144 45 51
Octal 360 254 325 0 34 13 6 504 105 121
Binary 11110000 10101100 11010101 0 11100 1011 110 101000100 1000101 1010001

Color Harmonies of #F0ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACD5

Black with #F0ACD5

Text Example


Text Example

White with #F0ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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