Html Css Color HEX #F6AAF2 Lavender Rose

📋 copy color: '#F6AAF2'

red 246 ◦ green 170 ◦ blue 242

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

Shades of Lavender Rose #F6AAF2

Tints of Lavender Rose #F6AAF2

RGB

 RED value IS 246 (96.48% from 255) = 37.39%

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

 BLUE value IS 242 (94.92% from 255) = 36.78%

R = 37.39%
G = 25.84%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6AAF2 (or 0xF6AAF2) is known color: Lavender Rose. HEX triplet: F6, AA and F2. RGB value is (246,170,242). Sum of RGB (Red+Green+Blue) = 246+170+242=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAF2 is #09550D. Grayscale: #C8C8C8. Windows color (decimal): -611598 or 15903478. OLE color: 15903478.

HSL color Cylindrical-coordinate representation of color #F6AAF2: hue angle of 303.16º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AAF2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 170 242 -
CMYK 0 0.31 0.02 0.04
HSL 303.16º 0.81% 0.82% -
HSV(B) 303.16º 0.31% 0.96% -
XYZ 68.41 54.75 90.97 -
YUV 200.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 246 170 242 0 0.31 0.02 0.04 303.16 0.81 0.82
Hex F6 AA F2 0 1F 2 4 12F 51 52
Octal 366 252 362 0 37 2 4 457 121 122
Binary 11110110 10101010 11110010 0 11111 10 100 100101111 1010001 1010010

Color Harmonies of #F6AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AAF2

Black with #F6AAF2

Text Example


Text Example

White with #F6AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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