Html Css Color HEX #F6A6CF Lavender Pink

📋 copy color: '#F6A6CF'

red 246 ◦ green 166 ◦ blue 207

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

Shades of Lavender Pink #F6A6CF

Tints of Lavender Pink #F6A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.82%

 BLUE value IS 207 (81.25% from 255) = 33.44%

R = 39.74%
G = 26.82%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6A6CF (or 0xF6A6CF) is known color: Lavender Pink. HEX triplet: F6, A6 and CF. RGB value is (246,166,207). Sum of RGB (Red+Green+Blue) = 246+166+207=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6CF is #095930. Grayscale: #C2C2C2. Windows color (decimal): -612657 or 13608694. OLE color: 13608694.

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

Color convert

RGB 246 166 207 -
CMYK 0 0.33 0.16 0.04
HSL 329.25º 0.82% 0.81% -
HSV(B) 329.25º 0.33% 0.96% -
XYZ 62.9 51.37 65.63 -
YUV 194.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 246 166 207 0 0.33 0.16 0.04 329.25 0.82 0.81
Hex F6 A6 CF 0 21 10 4 149 52 51
Octal 366 246 317 0 41 20 4 511 122 121
Binary 11110110 10100110 11001111 0 100001 10000 100 101001001 1010010 1010001

Color Harmonies of #F6A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A6CF

Black with #F6A6CF

Text Example


Text Example

White with #F6A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A6CF; }

 p { color: rgb(246,166,207); }

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

background-color css

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

 a { background-color: rgb(246,166,207); }

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

border-color css

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

 span { border-color: rgb(246,166,207); }

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