Html Css Color HEX #F0A2ED Lavender Rose

📋 copy color: '#F0A2ED'

red 240 ◦ green 162 ◦ blue 237

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

Shades of Lavender Rose #F0A2ED

Tints of Lavender Rose #F0A2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 37.56%
G = 25.35%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0A2ED (or 0xF0A2ED) is known color: Lavender Rose. HEX triplet: F0, A2 and ED. RGB value is (240,162,237). Sum of RGB (Red+Green+Blue) = 240+162+237=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A2ED is #0F5D12. Grayscale: #C1C1C1. Windows color (decimal): -1006867 or 15573744. OLE color: 15573744.

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

Color convert

RGB 240 162 237 -
CMYK 0 0.32 0.01 0.06
HSL 302.31º 0.72% 0.79% -
HSV(B) 302.31º 0.33% 0.94% -
XYZ 64.14 50.48 86.48 -
YUV 193.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 240 162 237 0 0.32 0.01 0.06 302.31 0.72 0.79
Hex F0 A2 ED 0 20 1 6 12E 48 4F
Octal 360 242 355 0 40 1 6 456 110 117
Binary 11110000 10100010 11101101 0 100000 1 110 100101110 1001000 1001111

Color Harmonies of #F0A2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A2ED

Black with #F0A2ED

Text Example


Text Example

White with #F0A2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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