Html Css Color HEX #F0A0DC Lavender Rose

📋 copy color: '#F0A0DC'

red 240 ◦ green 160 ◦ blue 220

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

Shades of Lavender Rose #F0A0DC

Tints of Lavender Rose #F0A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 38.71%
G = 25.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0A0DC (or 0xF0A0DC) is known color: Lavender Rose. HEX triplet: F0, A0 and DC. RGB value is (240,160,220). Sum of RGB (Red+Green+Blue) = 240+160+220=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0DC is #0F5F23. Grayscale: #BEBEBE. Windows color (decimal): -1007396 or 14459120. OLE color: 14459120.

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

Color convert

RGB 240 160 220 -
CMYK 0 0.33 0.08 0.06
HSL 315º 0.73% 0.78% -
HSV(B) 315º 0.33% 0.94% -
XYZ 61.42 48.83 73.9 -
YUV 190.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 240 160 220 0 0.33 0.08 0.06 315 0.73 0.78
Hex F0 A0 DC 0 21 8 6 13B 49 4E
Octal 360 240 334 0 41 10 6 473 111 116
Binary 11110000 10100000 11011100 0 100001 1000 110 100111011 1001001 1001110

Color Harmonies of #F0A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0DC

Black with #F0A0DC

Text Example


Text Example

White with #F0A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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