Html Css Color HEX #F6ADD5 Lavender Pink

📋 copy color: '#F6ADD5'

red 246 ◦ green 173 ◦ blue 213

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

Shades of Lavender Pink #F6ADD5

Tints of Lavender Pink #F6ADD5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.37%

 BLUE value IS 213 (83.59% from 255) = 33.7%

R = 38.92%
G = 27.37%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6ADD5 (or 0xF6ADD5) is known color: Lavender Pink. HEX triplet: F6, AD and D5. RGB value is (246,173,213). Sum of RGB (Red+Green+Blue) = 246+173+213=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD5 is #09522A. Grayscale: #C7C7C7. Windows color (decimal): -610859 or 14003702. OLE color: 14003702.

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

Color convert

RGB 246 173 213 -
CMYK 0 0.30 0.13 0.04
HSL 327.12º 0.8% 0.82% -
HSV(B) 327.12º 0.3% 0.96% -
XYZ 64.96 54.28 70 -
YUV 199.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 246 173 213 0 0.30 0.13 0.04 327.12 0.8 0.82
Hex F6 AD D5 0 1E D 4 147 50 52
Octal 366 255 325 0 36 15 4 507 120 122
Binary 11110110 10101101 11010101 0 11110 1101 100 101000111 1010000 1010010

Color Harmonies of #F6ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ADD5

Black with #F6ADD5

Text Example


Text Example

White with #F6ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ADD5; }

 p { color: rgb(246,173,213); }

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

background-color css

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

 a { background-color: rgb(246,173,213); }

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

border-color css

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

 span { border-color: rgb(246,173,213); }

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