Html Css Color HEX #F2AAE5 Lavender Rose

📋 copy color: '#F2AAE5'

red 242 ◦ green 170 ◦ blue 229

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

Shades of Lavender Rose #F2AAE5

Tints of Lavender Rose #F2AAE5

RGB

 RED value IS 242 (94.92% from 255) = 37.75%

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

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

R = 37.75%
G = 26.52%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2AAE5 (or 0xF2AAE5) is known color: Lavender Rose. HEX triplet: F2, AA and E5. RGB value is (242,170,229). Sum of RGB (Red+Green+Blue) = 242+170+229=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAE5 is #0D551A. Grayscale: #C6C6C6. Windows color (decimal): -873755 or 15051506. OLE color: 15051506.

HSL color Cylindrical-coordinate representation of color #F2AAE5: hue angle of 310.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAE5 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 229 -
CMYK 0 0.30 0.05 0.05
HSL 310.83º 0.73% 0.81% -
HSV(B) 310.83º 0.3% 0.95% -
XYZ 65.14 53.28 80.98 -
YUV 198.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 242 170 229 0 0.30 0.05 0.05 310.83 0.73 0.81
Hex F2 AA E5 0 1E 5 5 137 49 51
Octal 362 252 345 0 36 5 5 467 111 121
Binary 11110010 10101010 11100101 0 11110 101 101 100110111 1001001 1010001

Color Harmonies of #F2AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AAE5

Black with #F2AAE5

Text Example


Text Example

White with #F2AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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