Html Css Color HEX #F0A2CF Lavender Pink

📋 copy color: '#F0A2CF'

red 240 ◦ green 162 ◦ blue 207

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

Shades of Lavender Pink #F0A2CF

Tints of Lavender Pink #F0A2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.6%

 BLUE value IS 207 (81.25% from 255) = 33.99%

R = 39.41%
G = 26.6%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0A2CF (or 0xF0A2CF) is known color: Lavender Pink. HEX triplet: F0, A2 and CF. RGB value is (240,162,207). Sum of RGB (Red+Green+Blue) = 240+162+207=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A2CF is #0F5D30. Grayscale: #BEBEBE. Windows color (decimal): -1006897 or 13607664. OLE color: 13607664.

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

Color convert

RGB 240 162 207 -
CMYK 0 0.32 0.14 0.06
HSL 325.38º 0.72% 0.79% -
HSV(B) 325.38º 0.33% 0.94% -
XYZ 60.12 48.87 65.3 -
YUV 190.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 240 162 207 0 0.32 0.14 0.06 325.38 0.72 0.79
Hex F0 A2 CF 0 20 E 6 145 48 4F
Octal 360 242 317 0 40 16 6 505 110 117
Binary 11110000 10100010 11001111 0 100000 1110 110 101000101 1001000 1001111

Color Harmonies of #F0A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A2CF

Black with #F0A2CF

Text Example


Text Example

White with #F0A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A2CF; }

 p { color: rgb(240,162,207); }

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

background-color css

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

 a { background-color: rgb(240,162,207); }

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

border-color css

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

 span { border-color: rgb(240,162,207); }

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