Html Css Color HEX #F0A2EB Lavender Rose

📋 copy color: '#F0A2EB'

red 240 ◦ green 162 ◦ blue 235

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

Shades of Lavender Rose #F0A2EB

Tints of Lavender Rose #F0A2EB

RGB

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

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

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

R = 37.68%
G = 25.43%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0A2EB (or 0xF0A2EB) is known color: Lavender Rose. HEX triplet: F0, A2 and EB. RGB value is (240,162,235). Sum of RGB (Red+Green+Blue) = 240+162+235=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A2EB is #0F5D14. Grayscale: #C1C1C1. Windows color (decimal): -1006869 or 15442672. OLE color: 15442672.

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

Color convert

RGB 240 162 235 -
CMYK 0 0.32 0.02 0.06
HSL 303.85º 0.72% 0.79% -
HSV(B) 303.85º 0.33% 0.94% -
XYZ 63.85 50.36 84.95 -
YUV 193.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 240 162 235 0 0.32 0.02 0.06 303.85 0.72 0.79
Hex F0 A2 EB 0 20 2 6 130 48 4F
Octal 360 242 353 0 40 2 6 460 110 117
Binary 11110000 10100010 11101011 0 100000 10 110 100110000 1001000 1001111

Color Harmonies of #F0A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A2EB

Black with #F0A2EB

Text Example


Text Example

White with #F0A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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