Html Css Color HEX #F6ADD7 Lavender Pink

📋 copy color: '#F6ADD7'

red 246 ◦ green 173 ◦ blue 215

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

Shades of Lavender Pink #F6ADD7

Tints of Lavender Pink #F6ADD7

RGB

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

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

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

R = 38.8%
G = 27.29%
B = 33.91%

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

#F6ADD7 (or 0xF6ADD7) is known color: Lavender Pink. HEX triplet: F6, AD and D7. RGB value is (246,173,215). Sum of RGB (Red+Green+Blue) = 246+173+215=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD7 is #095228. Grayscale: #C7C7C7. Windows color (decimal): -610857 or 14134774. OLE color: 14134774.

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

Color convert

RGB 246 173 215 -
CMYK 0 0.30 0.13 0.04
HSL 325.48º 0.8% 0.82% -
HSV(B) 325.48º 0.3% 0.96% -
XYZ 65.22 54.39 71.35 -
YUV 199.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 246 173 215 0 0.30 0.13 0.04 325.48 0.8 0.82
Hex F6 AD D7 0 1E D 4 145 50 52
Octal 366 255 327 0 36 15 4 505 120 122
Binary 11110110 10101101 11010111 0 11110 1101 100 101000101 1010000 1010010

Color Harmonies of #F6ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ADD7

Black with #F6ADD7

Text Example


Text Example

White with #F6ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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