Html Css Color HEX #F0AACD Lavender Pink

📋 copy color: '#F0AACD'

red 240 ◦ green 170 ◦ blue 205

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

Shades of Lavender Pink #F0AACD

Tints of Lavender Pink #F0AACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.64%

 BLUE value IS 205 (80.47% from 255) = 33.33%

R = 39.02%
G = 27.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0AACD (or 0xF0AACD) is known color: Lavender Pink. HEX triplet: F0, AA and CD. RGB value is (240,170,205). Sum of RGB (Red+Green+Blue) = 240+170+205=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AACD is #0F5532. Grayscale: #C2C2C2. Windows color (decimal): -1004851 or 13478640. OLE color: 13478640.

HSL color Cylindrical-coordinate representation of color #F0AACD: hue angle of 330º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AACD is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 205 -
CMYK 0 0.29 0.15 0.06
HSL 330º 0.7% 0.8% -
HSV(B) 330º 0.29% 0.94% -
XYZ 61.33 51.68 64.5 -
YUV 194.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 240 170 205 0 0.29 0.15 0.06 330 0.7 0.8
Hex F0 AA CD 0 1D F 6 14A 46 50
Octal 360 252 315 0 35 17 6 512 106 120
Binary 11110000 10101010 11001101 0 11101 1111 110 101001010 1000110 1010000

Color Harmonies of #F0AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AACD

Black with #F0AACD

Text Example


Text Example

White with #F0AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AACD; }

 p { color: rgb(240,170,205); }

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

background-color css

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

 a { background-color: rgb(240,170,205); }

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

border-color css

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

 span { border-color: rgb(240,170,205); }

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