Html Css Color HEX #F6AAE5 Lavender Rose

📋 copy color: '#F6AAE5'

red 246 ◦ green 170 ◦ blue 229

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

Shades of Lavender Rose #F6AAE5

Tints of Lavender Rose #F6AAE5

RGB

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

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

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

R = 38.14%
G = 26.36%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6AAE5 (or 0xF6AAE5) is known color: Lavender Rose. HEX triplet: F6, AA and E5. RGB value is (246,170,229). Sum of RGB (Red+Green+Blue) = 246+170+229=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AAE5 is #09551A. Grayscale: #C7C7C7. Windows color (decimal): -611611 or 15051510. OLE color: 15051510.

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

Color convert

RGB 246 170 229 -
CMYK 0 0.31 0.07 0.04
HSL 313.42º 0.81% 0.82% -
HSV(B) 313.42º 0.31% 0.96% -
XYZ 66.52 54 81.05 -
YUV 199.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 246 170 229 0 0.31 0.07 0.04 313.42 0.81 0.82
Hex F6 AA E5 0 1F 7 4 139 51 52
Octal 366 252 345 0 37 7 4 471 121 122
Binary 11110110 10101010 11100101 0 11111 111 100 100111001 1010001 1010010

Color Harmonies of #F6AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AAE5

Black with #F6AAE5

Text Example


Text Example

White with #F6AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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