Html Css Color HEX #F0A0CF Lavender Pink

📋 copy color: '#F0A0CF'

red 240 ◦ green 160 ◦ blue 207

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

Shades of Lavender Pink #F0A0CF

Tints of Lavender Pink #F0A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.36%

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

R = 39.54%
G = 26.36%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0A0CF (or 0xF0A0CF) is known color: Lavender Pink. HEX triplet: F0, A0 and CF. RGB value is (240,160,207). Sum of RGB (Red+Green+Blue) = 240+160+207=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0CF is #0F5F30. Grayscale: #BDBDBD. Windows color (decimal): -1007409 or 13607152. OLE color: 13607152.

HSL color Cylindrical-coordinate representation of color #F0A0CF: hue angle of 324.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0CF is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 207 -
CMYK 0 0.33 0.14 0.06
HSL 324.75º 0.73% 0.78% -
HSV(B) 324.75º 0.33% 0.94% -
XYZ 59.77 48.17 65.18 -
YUV 189.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 240 160 207 0 0.33 0.14 0.06 324.75 0.73 0.78
Hex F0 A0 CF 0 21 E 6 145 49 4E
Octal 360 240 317 0 41 16 6 505 111 116
Binary 11110000 10100000 11001111 0 100001 1110 110 101000101 1001001 1001110

Color Harmonies of #F0A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0CF

Black with #F0A0CF

Text Example


Text Example

White with #F0A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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