Html Css Color HEX #F6A9D7 Lavender Pink

📋 copy color: '#F6A9D7'

red 246 ◦ green 169 ◦ blue 215

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

Shades of Lavender Pink #F6A9D7

Tints of Lavender Pink #F6A9D7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.83%

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

R = 39.05%
G = 26.83%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6A9D7 (or 0xF6A9D7) is known color: Lavender Pink. HEX triplet: F6, A9 and D7. RGB value is (246,169,215). Sum of RGB (Red+Green+Blue) = 246+169+215=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9D7 is #095628. Grayscale: #C5C5C5. Windows color (decimal): -611881 or 14133750. OLE color: 14133750.

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

Color convert

RGB 246 169 215 -
CMYK 0 0.31 0.13 0.04
HSL 324.16º 0.81% 0.81% -
HSV(B) 324.16º 0.31% 0.96% -
XYZ 64.46 52.88 71.1 -
YUV 197.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 246 169 215 0 0.31 0.13 0.04 324.16 0.81 0.81
Hex F6 A9 D7 0 1F D 4 144 51 51
Octal 366 251 327 0 37 15 4 504 121 121
Binary 11110110 10101001 11010111 0 11111 1101 100 101000100 1010001 1010001

Color Harmonies of #F6A9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A9D7

Black with #F6A9D7

Text Example


Text Example

White with #F6A9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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