Html Css Color HEX #F0A0EB Lavender Rose

📋 copy color: '#F0A0EB'

red 240 ◦ green 160 ◦ blue 235

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

Shades of Lavender Rose #F0A0EB

Tints of Lavender Rose #F0A0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.01%

R = 37.8%
G = 25.2%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0A0EB (or 0xF0A0EB) is known color: Lavender Rose. HEX triplet: F0, A0 and EB. RGB value is (240,160,235). Sum of RGB (Red+Green+Blue) = 240+160+235=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A0EB is #0F5F14. Grayscale: #C0C0C0. Windows color (decimal): -1007381 or 15442160. OLE color: 15442160.

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

Color convert

RGB 240 160 235 -
CMYK 0 0.33 0.02 0.06
HSL 303.75º 0.73% 0.78% -
HSV(B) 303.75º 0.33% 0.94% -
XYZ 63.5 49.67 84.84 -
YUV 192.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 240 160 235 0 0.33 0.02 0.06 303.75 0.73 0.78
Hex F0 A0 EB 0 21 2 6 130 49 4E
Octal 360 240 353 0 41 2 6 460 111 116
Binary 11110000 10100000 11101011 0 100001 10 110 100110000 1001001 1001110

Color Harmonies of #F0A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0EB

Black with #F0A0EB

Text Example


Text Example

White with #F0A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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