Html Css Color HEX #F0ABC9 Lavender Pink

📋 copy color: '#F0ABC9'

red 240 ◦ green 171 ◦ blue 201

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

Shades of Lavender Pink #F0ABC9

Tints of Lavender Pink #F0ABC9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.94%

 BLUE value IS 201 (78.91% from 255) = 32.84%

R = 39.22%
G = 27.94%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0ABC9 (or 0xF0ABC9) is known color: Lavender Pink. HEX triplet: F0, AB and C9. RGB value is (240,171,201). Sum of RGB (Red+Green+Blue) = 240+171+201=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC9 is #0F5436. Grayscale: #C3C3C3. Windows color (decimal): -1004599 or 13216752. OLE color: 13216752.

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

Color convert

RGB 240 171 201 -
CMYK 0 0.29 0.16 0.06
HSL 333.91º 0.7% 0.81% -
HSV(B) 333.91º 0.29% 0.94% -
XYZ 61.04 51.87 62.05 -
YUV 195.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 240 171 201 0 0.29 0.16 0.06 333.91 0.7 0.81
Hex F0 AB C9 0 1D 10 6 14E 46 51
Octal 360 253 311 0 35 20 6 516 106 121
Binary 11110000 10101011 11001001 0 11101 10000 110 101001110 1000110 1010001

Color Harmonies of #F0ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABC9

Black with #F0ABC9

Text Example


Text Example

White with #F0ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABC9; }

 p { color: rgb(240,171,201); }

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

background-color css

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

 a { background-color: rgb(240,171,201); }

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

border-color css

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

 span { border-color: rgb(240,171,201); }

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