Html Css Color HEX #F6AED7 Lavender Pink

📋 copy color: '#F6AED7'

red 246 ◦ green 174 ◦ blue 215

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

Shades of Lavender Pink #F6AED7

Tints of Lavender Pink #F6AED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 38.74%
G = 27.4%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6AED7 (or 0xF6AED7) is known color: Lavender Pink. HEX triplet: F6, AE and D7. RGB value is (246,174,215). Sum of RGB (Red+Green+Blue) = 246+174+215=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED7 is #095128. Grayscale: #C8C8C8. Windows color (decimal): -610601 or 14135030. OLE color: 14135030.

HSL color Cylindrical-coordinate representation of color #F6AED7: hue angle of 325.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 #F6AED7 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 174 215 -
CMYK 0 0.29 0.13 0.04
HSL 325.83º 0.8% 0.82% -
HSV(B) 325.83º 0.29% 0.96% -
XYZ 65.41 54.77 71.41 -
YUV 200.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 246 174 215 0 0.29 0.13 0.04 325.83 0.8 0.82
Hex F6 AE D7 0 1D D 4 146 50 52
Octal 366 256 327 0 35 15 4 506 120 122
Binary 11110110 10101110 11010111 0 11101 1101 100 101000110 1010000 1010010

Color Harmonies of #F6AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AED7

Black with #F6AED7

Text Example


Text Example

White with #F6AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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