Html Css Color HEX #F0A9CC Lavender Pink

📋 copy color: '#F0A9CC'

red 240 ◦ green 169 ◦ blue 204

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

Shades of Lavender Pink #F0A9CC

Tints of Lavender Pink #F0A9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 39.15%
G = 27.57%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0A9CC (or 0xF0A9CC) is known color: Lavender Pink. HEX triplet: F0, A9 and CC. RGB value is (240,169,204). Sum of RGB (Red+Green+Blue) = 240+169+204=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9CC is #0F5633. Grayscale: #C2C2C2. Windows color (decimal): -1005108 or 13412848. OLE color: 13412848.

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

Color convert

RGB 240 169 204 -
CMYK 0 0.30 0.15 0.06
HSL 330.42º 0.7% 0.8% -
HSV(B) 330.42º 0.3% 0.94% -
XYZ 61.02 51.26 63.8 -
YUV 194.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 240 169 204 0 0.30 0.15 0.06 330.42 0.7 0.8
Hex F0 A9 CC 0 1E F 6 14A 46 50
Octal 360 251 314 0 36 17 6 512 106 120
Binary 11110000 10101001 11001100 0 11110 1111 110 101001010 1000110 1010000

Color Harmonies of #F0A9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A9CC

Black with #F0A9CC

Text Example


Text Example

White with #F0A9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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