Html Css Color HEX #F8A6D8 Lavender Pink

📋 copy color: '#F8A6D8'

red 248 ◦ green 166 ◦ blue 216

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

Shades of Lavender Pink #F8A6D8

Tints of Lavender Pink #F8A6D8

RGB

 RED value IS 248 (97.27% from 255) = 39.37%

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

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

R = 39.37%
G = 26.35%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F8A6D8 (or 0xF8A6D8) is known color: Lavender Pink. HEX triplet: F8, A6 and D8. RGB value is (248,166,216). Sum of RGB (Red+Green+Blue) = 248+166+216=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 166 (65.23% from 255 or 26.35% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6D8 is #075927. Grayscale: #C4C4C4. Windows color (decimal): -481576 or 14198520. OLE color: 14198520.

HSL color Cylindrical-coordinate representation of color #F8A6D8: hue angle of 323.41º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6D8 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 166 216 -
CMYK 0 0.33 0.13 0.03
HSL 323.41º 0.85% 0.81% -
HSV(B) 323.41º 0.33% 0.97% -
XYZ 64.74 52.19 71.63 -
YUV 196.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 248 166 216 0 0.33 0.13 0.03 323.41 0.85 0.81
Hex F8 A6 D8 0 21 D 3 143 55 51
Octal 370 246 330 0 41 15 3 503 125 121
Binary 11111000 10100110 11011000 0 100001 1101 11 101000011 1010101 1010001

Color Harmonies of #F8A6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A6D8

Black with #F8A6D8

Text Example


Text Example

White with #F8A6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A6D8; }

 p { color: rgb(248,166,216); }

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

background-color css

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

 a { background-color: rgb(248,166,216); }

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

border-color css

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

 span { border-color: rgb(248,166,216); }

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