Html Css Color HEX #F8ABCD Lavender Pink

📋 copy color: '#F8ABCD'

red 248 ◦ green 171 ◦ blue 205

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

Shades of Lavender Pink #F8ABCD

Tints of Lavender Pink #F8ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.4%

 BLUE value IS 205 (80.47% from 255) = 32.85%

R = 39.74%
G = 27.4%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8ABCD (or 0xF8ABCD) is known color: Lavender Pink. HEX triplet: F8, AB and CD. RGB value is (248,171,205). Sum of RGB (Red+Green+Blue) = 248+171+205=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABCD is #075432. Grayscale: #C5C5C5. Windows color (decimal): -480307 or 13478904. OLE color: 13478904.

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

Color convert

RGB 248 171 205 -
CMYK 0 0.31 0.17 0.03
HSL 333.51º 0.85% 0.82% -
HSV(B) 333.51º 0.31% 0.97% -
XYZ 64.29 53.49 64.69 -
YUV 197.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 248 171 205 0 0.31 0.17 0.03 333.51 0.85 0.82
Hex F8 AB CD 0 1F 11 3 14E 55 52
Octal 370 253 315 0 37 21 3 516 125 122
Binary 11111000 10101011 11001101 0 11111 10001 11 101001110 1010101 1010010

Color Harmonies of #F8ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABCD

Black with #F8ABCD

Text Example


Text Example

White with #F8ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABCD; }

 p { color: rgb(248,171,205); }

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

background-color css

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

 a { background-color: rgb(248,171,205); }

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

border-color css

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

 span { border-color: rgb(248,171,205); }

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