Html Css Color HEX #F0A3CD Lavender Pink

📋 copy color: '#F0A3CD'

red 240 ◦ green 163 ◦ blue 205

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

Shades of Lavender Pink #F0A3CD

Tints of Lavender Pink #F0A3CD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.81%

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

R = 39.47%
G = 26.81%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0A3CD (or 0xF0A3CD) is known color: Lavender Pink. HEX triplet: F0, A3 and CD. RGB value is (240,163,205). Sum of RGB (Red+Green+Blue) = 240+163+205=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A3CD is #0F5C32. Grayscale: #BEBEBE. Windows color (decimal): -1006643 or 13476848. OLE color: 13476848.

HSL color Cylindrical-coordinate representation of color #F0A3CD: hue angle of 327.27º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A3CD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 205 -
CMYK 0 0.32 0.15 0.06
HSL 327.27º 0.72% 0.79% -
HSV(B) 327.27º 0.32% 0.94% -
XYZ 60.05 49.13 64.08 -
YUV 190.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 240 163 205 0 0.32 0.15 0.06 327.27 0.72 0.79
Hex F0 A3 CD 0 20 F 6 147 48 4F
Octal 360 243 315 0 40 17 6 507 110 117
Binary 11110000 10100011 11001101 0 100000 1111 110 101000111 1001000 1001111

Color Harmonies of #F0A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A3CD

Black with #F0A3CD

Text Example


Text Example

White with #F0A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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