Html Css Color HEX #F0A0CE Lavender Pink

📋 copy color: '#F0A0CE'

red 240 ◦ green 160 ◦ blue 206

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

Shades of Lavender Pink #F0A0CE

Tints of Lavender Pink #F0A0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 39.6%
G = 26.4%
B = 33.99%

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

#F0A0CE (or 0xF0A0CE) is known color: Lavender Pink. HEX triplet: F0, A0 and CE. RGB value is (240,160,206). Sum of RGB (Red+Green+Blue) = 240+160+206=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0CE is #0F5F31. Grayscale: #BDBDBD. Windows color (decimal): -1007410 or 13541616. OLE color: 13541616.

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

Color convert

RGB 240 160 206 -
CMYK 0 0.33 0.14 0.06
HSL 325.5º 0.73% 0.78% -
HSV(B) 325.5º 0.33% 0.94% -
XYZ 59.65 48.12 64.54 -
YUV 189.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 240 160 206 0 0.33 0.14 0.06 325.5 0.73 0.78
Hex F0 A0 CE 0 21 E 6 146 49 4E
Octal 360 240 316 0 41 16 6 506 111 116
Binary 11110000 10100000 11001110 0 100001 1110 110 101000110 1001001 1001110

Color Harmonies of #F0A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0CE

Black with #F0A0CE

Text Example


Text Example

White with #F0A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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