Html Css Color HEX #F0A6C9 Lavender Pink

📋 copy color: '#F0A6C9'

red 240 ◦ green 166 ◦ blue 201

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

Shades of Lavender Pink #F0A6C9

Tints of Lavender Pink #F0A6C9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.35%

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

R = 39.54%
G = 27.35%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0A6C9 (or 0xF0A6C9) is known color: Lavender Pink. HEX triplet: F0, A6 and C9. RGB value is (240,166,201). Sum of RGB (Red+Green+Blue) = 240+166+201=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6C9 is #0F5936. Grayscale: #C0C0C0. Windows color (decimal): -1005879 or 13215472. OLE color: 13215472.

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

Color convert

RGB 240 166 201 -
CMYK 0 0.31 0.16 0.06
HSL 331.62º 0.71% 0.8% -
HSV(B) 331.62º 0.31% 0.94% -
XYZ 60.11 50.01 61.74 -
YUV 192.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 240 166 201 0 0.31 0.16 0.06 331.62 0.71 0.8
Hex F0 A6 C9 0 1F 10 6 14C 47 50
Octal 360 246 311 0 37 20 6 514 107 120
Binary 11110000 10100110 11001001 0 11111 10000 110 101001100 1000111 1010000

Color Harmonies of #F0A6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A6C9

Black with #F0A6C9

Text Example


Text Example

White with #F0A6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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