Html Css Color HEX #F0A9CD Lavender Pink

📋 copy color: '#F0A9CD'

red 240 ◦ green 169 ◦ blue 205

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

Shades of Lavender Pink #F0A9CD

Tints of Lavender Pink #F0A9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.39%

R = 39.09%
G = 27.52%
B = 33.39%

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

#F0A9CD (or 0xF0A9CD) is known color: Lavender Pink. HEX triplet: F0, A9 and CD. RGB value is (240,169,205). Sum of RGB (Red+Green+Blue) = 240+169+205=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9CD is #0F5632. Grayscale: #C2C2C2. Windows color (decimal): -1005107 or 13478384. OLE color: 13478384.

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

Color convert

RGB 240 169 205 -
CMYK 0 0.30 0.15 0.06
HSL 329.58º 0.7% 0.8% -
HSV(B) 329.58º 0.3% 0.94% -
XYZ 61.14 51.31 64.44 -
YUV 194.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 240 169 205 0 0.30 0.15 0.06 329.58 0.7 0.8
Hex F0 A9 CD 0 1E F 6 14A 46 50
Octal 360 251 315 0 36 17 6 512 106 120
Binary 11110000 10101001 11001101 0 11110 1111 110 101001010 1000110 1010000

Color Harmonies of #F0A9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A9CD

Black with #F0A9CD

Text Example


Text Example

White with #F0A9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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