Html Css Color HEX #F0AAC8 Lavender Pink

📋 copy color: '#F0AAC8'

red 240 ◦ green 170 ◦ blue 200

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

Shades of Lavender Pink #F0AAC8

Tints of Lavender Pink #F0AAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.79%

R = 39.34%
G = 27.87%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0AAC8 (or 0xF0AAC8) is known color: Lavender Pink. HEX triplet: F0, AA and C8. RGB value is (240,170,200). Sum of RGB (Red+Green+Blue) = 240+170+200=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAC8 is #0F5537. Grayscale: #C2C2C2. Windows color (decimal): -1004856 or 13150960. OLE color: 13150960.

HSL color Cylindrical-coordinate representation of color #F0AAC8: hue angle of 334.29º 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 #F0AAC8 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 200 -
CMYK 0 0.29 0.17 0.06
HSL 334.29º 0.7% 0.8% -
HSV(B) 334.29º 0.29% 0.94% -
XYZ 60.74 51.44 61.37 -
YUV 194.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 240 170 200 0 0.29 0.17 0.06 334.29 0.7 0.8
Hex F0 AA C8 0 1D 11 6 14E 46 50
Octal 360 252 310 0 35 21 6 516 106 120
Binary 11110000 10101010 11001000 0 11101 10001 110 101001110 1000110 1010000

Color Harmonies of #F0AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAC8

Black with #F0AAC8

Text Example


Text Example

White with #F0AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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