Html Css Color HEX #F0AAEC Lavender Rose

📋 copy color: '#F0AAEC'

red 240 ◦ green 170 ◦ blue 236

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

Shades of Lavender Rose #F0AAEC

Tints of Lavender Rose #F0AAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 37.15%
G = 26.32%
B = 36.53%

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

#F0AAEC (or 0xF0AAEC) is known color: Lavender Rose. HEX triplet: F0, AA and EC. RGB value is (240,170,236). Sum of RGB (Red+Green+Blue) = 240+170+236=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAEC is #0F5513. Grayscale: #C6C6C6. Windows color (decimal): -1004820 or 15510256. OLE color: 15510256.

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

Color convert

RGB 240 170 236 -
CMYK 0 0.29 0.02 0.06
HSL 303.43º 0.7% 0.8% -
HSV(B) 303.43º 0.29% 0.94% -
XYZ 65.45 53.33 86.2 -
YUV 198.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 240 170 236 0 0.29 0.02 0.06 303.43 0.7 0.8
Hex F0 AA EC 0 1D 2 6 12F 46 50
Octal 360 252 354 0 35 2 6 457 106 120
Binary 11110000 10101010 11101100 0 11101 10 110 100101111 1000110 1010000

Color Harmonies of #F0AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AAEC

Black with #F0AAEC

Text Example


Text Example

White with #F0AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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