Html Css Color HEX #F0A9CA Lavender Pink

📋 copy color: '#F0A9CA'

red 240 ◦ green 169 ◦ blue 202

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

Shades of Lavender Pink #F0A9CA

Tints of Lavender Pink #F0A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.66%

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

R = 39.28%
G = 27.66%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0A9CA (or 0xF0A9CA) is known color: Lavender Pink. HEX triplet: F0, A9 and CA. RGB value is (240,169,202). Sum of RGB (Red+Green+Blue) = 240+169+202=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9CA is #0F5635. Grayscale: #C1C1C1. Windows color (decimal): -1005110 or 13281776. OLE color: 13281776.

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

Color convert

RGB 240 169 202 -
CMYK 0 0.30 0.16 0.06
HSL 332.11º 0.7% 0.8% -
HSV(B) 332.11º 0.3% 0.94% -
XYZ 60.78 51.17 62.55 -
YUV 193.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 240 169 202 0 0.30 0.16 0.06 332.11 0.7 0.8
Hex F0 A9 CA 0 1E 10 6 14C 46 50
Octal 360 251 312 0 36 20 6 514 106 120
Binary 11110000 10101001 11001010 0 11110 10000 110 101001100 1000110 1010000

Color Harmonies of #F0A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A9CA

Black with #F0A9CA

Text Example


Text Example

White with #F0A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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