Html Css Color HEX #F6AED2 Lavender Pink

📋 copy color: '#F6AED2'

red 246 ◦ green 174 ◦ blue 210

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

Shades of Lavender Pink #F6AED2

Tints of Lavender Pink #F6AED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.33%

R = 39.05%
G = 27.62%
B = 33.33%

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

#F6AED2 (or 0xF6AED2) is known color: Lavender Pink. HEX triplet: F6, AE and D2. RGB value is (246,174,210). Sum of RGB (Red+Green+Blue) = 246+174+210=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED2 is #09512D. Grayscale: #C7C7C7. Windows color (decimal): -610606 or 13807350. OLE color: 13807350.

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

Color convert

RGB 246 174 210 -
CMYK 0 0.29 0.15 0.04
HSL 330º 0.8% 0.82% -
HSV(B) 330º 0.29% 0.96% -
XYZ 64.77 54.52 68.08 -
YUV 199.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 246 174 210 0 0.29 0.15 0.04 330 0.8 0.82
Hex F6 AE D2 0 1D F 4 14A 50 52
Octal 366 256 322 0 35 17 4 512 120 122
Binary 11110110 10101110 11010010 0 11101 1111 100 101001010 1010000 1010010

Color Harmonies of #F6AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AED2

Black with #F6AED2

Text Example


Text Example

White with #F6AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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