Html Css Color HEX #F0A6CD Lavender Pink

📋 copy color: '#F0A6CD'

red 240 ◦ green 166 ◦ blue 205

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

Shades of Lavender Pink #F0A6CD

Tints of Lavender Pink #F0A6CD

RGB

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

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

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

R = 39.28%
G = 27.17%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0A6CD (or 0xF0A6CD) is known color: Lavender Pink. HEX triplet: F0, A6 and CD. RGB value is (240,166,205). Sum of RGB (Red+Green+Blue) = 240+166+205=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6CD is #0F5932. Grayscale: #C0C0C0. Windows color (decimal): -1005875 or 13477616. OLE color: 13477616.

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

Color convert

RGB 240 166 205 -
CMYK 0 0.31 0.15 0.06
HSL 328.38º 0.71% 0.8% -
HSV(B) 328.38º 0.31% 0.94% -
XYZ 60.59 50.21 64.25 -
YUV 192.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 240 166 205 0 0.31 0.15 0.06 328.38 0.71 0.8
Hex F0 A6 CD 0 1F F 6 148 47 50
Octal 360 246 315 0 37 17 6 510 107 120
Binary 11110000 10100110 11001101 0 11111 1111 110 101001000 1000111 1010000

Color Harmonies of #F0A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A6CD

Black with #F0A6CD

Text Example


Text Example

White with #F0A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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