Html Css Color HEX #F8A0D2 Lavender Pink

📋 copy color: '#F8A0D2'

red 248 ◦ green 160 ◦ blue 210

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

Shades of Lavender Pink #F8A0D2

Tints of Lavender Pink #F8A0D2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.89%

 BLUE value IS 210 (82.42% from 255) = 33.98%

R = 40.13%
G = 25.89%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8A0D2 (or 0xF8A0D2) is known color: Lavender Pink. HEX triplet: F8, A0 and D2. RGB value is (248,160,210). Sum of RGB (Red+Green+Blue) = 248+160+210=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0D2 is #075F2D. Grayscale: #BFBFBF. Windows color (decimal): -483118 or 13803768. OLE color: 13803768.

HSL color Cylindrical-coordinate representation of color #F8A0D2: hue angle of 325.91º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0D2 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 160 210 -
CMYK 0 0.35 0.15 0.03
HSL 325.91º 0.86% 0.8% -
HSV(B) 325.91º 0.35% 0.97% -
XYZ 62.92 49.75 67.26 -
YUV 192.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 248 160 210 0 0.35 0.15 0.03 325.91 0.86 0.8
Hex F8 A0 D2 0 23 F 3 146 56 50
Octal 370 240 322 0 43 17 3 506 126 120
Binary 11111000 10100000 11010010 0 100011 1111 11 101000110 1010110 1010000

Color Harmonies of #F8A0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A0D2

Black with #F8A0D2

Text Example


Text Example

White with #F8A0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A0D2; }

 p { color: rgb(248,160,210); }

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

background-color css

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

 a { background-color: rgb(248,160,210); }

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

border-color css

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

 span { border-color: rgb(248,160,210); }

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