Html Css Color HEX #F8ABB0 Light Pink

📋 copy color: '#F8ABB0'

red 248 ◦ green 171 ◦ blue 176

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

Shades of Light Pink #F8ABB0

Tints of Light Pink #F8ABB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.58%

R = 41.68%
G = 28.74%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8ABB0 (or 0xF8ABB0) is known color: Light Pink. HEX triplet: F8, AB and B0. RGB value is (248,171,176). Sum of RGB (Red+Green+Blue) = 248+171+176=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ABB0 is #07544F. Grayscale: #C2C2C2. Windows color (decimal): -480336 or 11578360. OLE color: 11578360.

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

Color convert

RGB 248 171 176 -
CMYK 0 0.31 0.29 0.03
HSL 356.1º 0.85% 0.82% -
HSV(B) 356.1º 0.31% 0.97% -
XYZ 61.11 52.22 47.93 -
YUV 194.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 248 171 176 0 0.31 0.29 0.03 356.1 0.85 0.82
Hex F8 AB B0 0 1F 1D 3 164 55 52
Octal 370 253 260 0 37 35 3 544 125 122
Binary 11111000 10101011 10110000 0 11111 11101 11 101100100 1010101 1010010

Color Harmonies of #F8ABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABB0

Black with #F8ABB0

Text Example


Text Example

White with #F8ABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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