Html Css Color HEX #F0AAE5 Lavender Rose

📋 copy color: '#F0AAE5'

red 240 ◦ green 170 ◦ blue 229

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

Shades of Lavender Rose #F0AAE5

Tints of Lavender Rose #F0AAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.84%

R = 37.56%
G = 26.6%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0AAE5 (or 0xF0AAE5) is known color: Lavender Rose. HEX triplet: F0, AA and E5. RGB value is (240,170,229). Sum of RGB (Red+Green+Blue) = 240+170+229=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAE5 is #0F551A. Grayscale: #C5C5C5. Windows color (decimal): -1004827 or 15051504. OLE color: 15051504.

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

Color convert

RGB 240 170 229 -
CMYK 0 0.29 0.05 0.06
HSL 309.43º 0.7% 0.8% -
HSV(B) 309.43º 0.29% 0.94% -
XYZ 64.45 52.93 80.95 -
YUV 197.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 240 170 229 0 0.29 0.05 0.06 309.43 0.7 0.8
Hex F0 AA E5 0 1D 5 6 135 46 50
Octal 360 252 345 0 35 5 6 465 106 120
Binary 11110000 10101010 11100101 0 11101 101 110 100110101 1000110 1010000

Color Harmonies of #F0AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAE5

Black with #F0AAE5

Text Example


Text Example

White with #F0AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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