Html Css Color HEX #F6AAE2 Lavender Rose

📋 copy color: '#F6AAE2'

red 246 ◦ green 170 ◦ blue 226

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

Shades of Lavender Rose #F6AAE2

Tints of Lavender Rose #F6AAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 38.32%
G = 26.48%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6AAE2 (or 0xF6AAE2) is known color: Lavender Rose. HEX triplet: F6, AA and E2. RGB value is (246,170,226). Sum of RGB (Red+Green+Blue) = 246+170+226=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AAE2 is #09551D. Grayscale: #C6C6C6. Windows color (decimal): -611614 or 14854902. OLE color: 14854902.

HSL color Cylindrical-coordinate representation of color #F6AAE2: hue angle of 315.79º 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 #F6AAE2 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 170 226 -
CMYK 0 0.31 0.08 0.04
HSL 315.79º 0.81% 0.82% -
HSV(B) 315.79º 0.31% 0.96% -
XYZ 66.11 53.83 78.86 -
YUV 199.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 246 170 226 0 0.31 0.08 0.04 315.79 0.81 0.82
Hex F6 AA E2 0 1F 8 4 13C 51 52
Octal 366 252 342 0 37 10 4 474 121 122
Binary 11110110 10101010 11100010 0 11111 1000 100 100111100 1010001 1010010

Color Harmonies of #F6AAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AAE2

Black with #F6AAE2

Text Example


Text Example

White with #F6AAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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