Html Css Color HEX #F8ABAC Light Pink

📋 copy color: '#F8ABAC'

red 248 ◦ green 171 ◦ blue 172

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

Shades of Light Pink #F8ABAC

Tints of Light Pink #F8ABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.1%

R = 41.96%
G = 28.93%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8ABAC (or 0xF8ABAC) is known color: Light Pink. HEX triplet: F8, AB and AC. RGB value is (248,171,172). Sum of RGB (Red+Green+Blue) = 248+171+172=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ABAC is #075453. Grayscale: #C2C2C2. Windows color (decimal): -480340 or 11316216. OLE color: 11316216.

HSL color Cylindrical-coordinate representation of color #F8ABAC: hue angle of 359.22º 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 #F8ABAC is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 171 172 -
CMYK 0 0.31 0.31 0.03
HSL 359.22º 0.85% 0.82% -
HSV(B) 359.22º 0.31% 0.97% -
XYZ 60.72 52.06 45.88 -
YUV 194.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 248 171 172 0 0.31 0.31 0.03 359.22 0.85 0.82
Hex F8 AB AC 0 1F 1F 3 167 55 52
Octal 370 253 254 0 37 37 3 547 125 122
Binary 11111000 10101011 10101100 0 11111 11111 11 101100111 1010101 1010010

Color Harmonies of #F8ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABAC

Black with #F8ABAC

Text Example


Text Example

White with #F8ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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