Html Css Color HEX #F0AAEA Lavender Rose

📋 copy color: '#F0AAEA'

red 240 ◦ green 170 ◦ blue 234

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

Shades of Lavender Rose #F0AAEA

Tints of Lavender Rose #F0AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.34%

R = 37.27%
G = 26.4%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0AAEA (or 0xF0AAEA) is known color: Lavender Rose. HEX triplet: F0, AA and EA. RGB value is (240,170,234). Sum of RGB (Red+Green+Blue) = 240+170+234=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAEA is #0F5515. Grayscale: #C6C6C6. Windows color (decimal): -1004822 or 15379184. OLE color: 15379184.

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

Color convert

RGB 240 170 234 -
CMYK 0 0.29 0.02 0.06
HSL 305.14º 0.7% 0.8% -
HSV(B) 305.14º 0.29% 0.94% -
XYZ 65.16 53.22 84.68 -
YUV 198.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 240 170 234 0 0.29 0.02 0.06 305.14 0.7 0.8
Hex F0 AA EA 0 1D 2 6 131 46 50
Octal 360 252 352 0 35 2 6 461 106 120
Binary 11110000 10101010 11101010 0 11101 10 110 100110001 1000110 1010000

Color Harmonies of #F0AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAEA

Black with #F0AAEA

Text Example


Text Example

White with #F0AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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