Html Css Color HEX #F6AED1 Lavender Pink

📋 copy color: '#F6AED1'

red 246 ◦ green 174 ◦ blue 209

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

Shades of Lavender Pink #F6AED1

Tints of Lavender Pink #F6AED1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.66%

 BLUE value IS 209 (82.03% from 255) = 33.23%

R = 39.11%
G = 27.66%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6AED1 (or 0xF6AED1) is known color: Lavender Pink. HEX triplet: F6, AE and D1. RGB value is (246,174,209). Sum of RGB (Red+Green+Blue) = 246+174+209=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED1 is #09512E. Grayscale: #C7C7C7. Windows color (decimal): -610607 or 13741814. OLE color: 13741814.

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

Color convert

RGB 246 174 209 -
CMYK 0 0.29 0.15 0.04
HSL 330.83º 0.8% 0.82% -
HSV(B) 330.83º 0.29% 0.96% -
XYZ 64.65 54.47 67.43 -
YUV 199.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 246 174 209 0 0.29 0.15 0.04 330.83 0.8 0.82
Hex F6 AE D1 0 1D F 4 14B 50 52
Octal 366 256 321 0 35 17 4 513 120 122
Binary 11110110 10101110 11010001 0 11101 1111 100 101001011 1010000 1010010

Color Harmonies of #F6AED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AED1

Black with #F6AED1

Text Example


Text Example

White with #F6AED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AED1; }

 p { color: rgb(246,174,209); }

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

background-color css

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

 a { background-color: rgb(246,174,209); }

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

border-color css

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

 span { border-color: rgb(246,174,209); }

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