Html Css Color HEX #F0AAED Lavender Rose

📋 copy color: '#F0AAED'

red 240 ◦ green 170 ◦ blue 237

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

Shades of Lavender Rose #F0AAED

Tints of Lavender Rose #F0AAED

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.28%

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

R = 37.09%
G = 26.28%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0AAED (or 0xF0AAED) is known color: Lavender Rose. HEX triplet: F0, AA and ED. RGB value is (240,170,237). Sum of RGB (Red+Green+Blue) = 240+170+237=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAED is #0F5512. Grayscale: #C6C6C6. Windows color (decimal): -1004819 or 15575792. OLE color: 15575792.

HSL color Cylindrical-coordinate representation of color #F0AAED: hue angle of 302.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAED is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 237 -
CMYK 0 0.29 0.01 0.06
HSL 302.57º 0.7% 0.8% -
HSV(B) 302.57º 0.29% 0.94% -
XYZ 65.6 53.39 86.97 -
YUV 198.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 240 170 237 0 0.29 0.01 0.06 302.57 0.7 0.8
Hex F0 AA ED 0 1D 1 6 12F 46 50
Octal 360 252 355 0 35 1 6 457 106 120
Binary 11110000 10101010 11101101 0 11101 1 110 100101111 1000110 1010000

Color Harmonies of #F0AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAED

Black with #F0AAED

Text Example


Text Example

White with #F0AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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