Html Css Color HEX #F6A8D8 Lavender Pink

📋 copy color: '#F6A8D8'

red 246 ◦ green 168 ◦ blue 216

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

Shades of Lavender Pink #F6A8D8

Tints of Lavender Pink #F6A8D8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.67%

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 39.05%
G = 26.67%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6A8D8 (or 0xF6A8D8) is known color: Lavender Pink. HEX triplet: F6, A8 and D8. RGB value is (246,168,216). Sum of RGB (Red+Green+Blue) = 246+168+216=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8D8 is #095727. Grayscale: #C4C4C4. Windows color (decimal): -612136 or 14199030. OLE color: 14199030.

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

Color convert

RGB 246 168 216 -
CMYK 0 0.32 0.12 0.04
HSL 323.08º 0.81% 0.81% -
HSV(B) 323.08º 0.32% 0.96% -
XYZ 64.4 52.56 71.72 -
YUV 196.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 246 168 216 0 0.32 0.12 0.04 323.08 0.81 0.81
Hex F6 A8 D8 0 20 C 4 143 51 51
Octal 366 250 330 0 40 14 4 503 121 121
Binary 11110110 10101000 11011000 0 100000 1100 100 101000011 1010001 1010001

Color Harmonies of #F6A8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A8D8

Black with #F6A8D8

Text Example


Text Example

White with #F6A8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A8D8; }

 p { color: rgb(246,168,216); }

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

background-color css

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

 a { background-color: rgb(246,168,216); }

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

border-color css

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

 span { border-color: rgb(246,168,216); }

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