Html Css Color HEX #F2AAEF Lavender Rose

📋 copy color: '#F2AAEF'

red 242 ◦ green 170 ◦ blue 239

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

Shades of Lavender Rose #F2AAEF

Tints of Lavender Rose #F2AAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.71%

R = 37.17%
G = 26.11%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2AAEF (or 0xF2AAEF) is known color: Lavender Rose. HEX triplet: F2, AA and EF. RGB value is (242,170,239). Sum of RGB (Red+Green+Blue) = 242+170+239=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AAEF is #0D5510. Grayscale: #C7C7C7. Windows color (decimal): -873745 or 15706866. OLE color: 15706866.

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

Color convert

RGB 242 170 239 -
CMYK 0 0.30 0.01 0.05
HSL 302.5º 0.73% 0.81% -
HSV(B) 302.5º 0.3% 0.95% -
XYZ 66.57 53.86 88.55 -
YUV 199.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 242 170 239 0 0.30 0.01 0.05 302.5 0.73 0.81
Hex F2 AA EF 0 1E 1 5 12E 49 51
Octal 362 252 357 0 36 1 5 456 111 121
Binary 11110010 10101010 11101111 0 11110 1 101 100101110 1001001 1010001

Color Harmonies of #F2AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AAEF

Black with #F2AAEF

Text Example


Text Example

White with #F2AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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