Html Css Color HEX #F0ABCA Lavender Pink

📋 copy color: '#F0ABCA'

red 240 ◦ green 171 ◦ blue 202

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

Shades of Lavender Pink #F0ABCA

Tints of Lavender Pink #F0ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.95%

R = 39.15%
G = 27.9%
B = 32.95%

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

#F0ABCA (or 0xF0ABCA) is known color: Lavender Pink. HEX triplet: F0, AB and CA. RGB value is (240,171,202). Sum of RGB (Red+Green+Blue) = 240+171+202=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABCA is #0F5435. Grayscale: #C3C3C3. Windows color (decimal): -1004598 or 13282288. OLE color: 13282288.

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

Color convert

RGB 240 171 202 -
CMYK 0 0.29 0.16 0.06
HSL 333.04º 0.7% 0.81% -
HSV(B) 333.04º 0.29% 0.94% -
XYZ 61.16 51.92 62.67 -
YUV 195.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 240 171 202 0 0.29 0.16 0.06 333.04 0.7 0.81
Hex F0 AB CA 0 1D 10 6 14D 46 51
Octal 360 253 312 0 35 20 6 515 106 121
Binary 11110000 10101011 11001010 0 11101 10000 110 101001101 1000110 1010001

Color Harmonies of #F0ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ABCA

Black with #F0ABCA

Text Example


Text Example

White with #F0ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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