Html Css Color HEX #F8ABBA Light Pink

📋 copy color: '#F8ABBA'

red 248 ◦ green 171 ◦ blue 186

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

Shades of Light Pink #F8ABBA

Tints of Light Pink #F8ABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.74%

R = 40.99%
G = 28.26%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8ABBA (or 0xF8ABBA) is known color: Light Pink. HEX triplet: F8, AB and BA. RGB value is (248,171,186). Sum of RGB (Red+Green+Blue) = 248+171+186=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABBA is #075445. Grayscale: #C3C3C3. Windows color (decimal): -480326 or 12233720. OLE color: 12233720.

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

Color convert

RGB 248 171 186 -
CMYK 0 0.31 0.25 0.03
HSL 348.31º 0.85% 0.82% -
HSV(B) 348.31º 0.31% 0.97% -
XYZ 62.14 52.63 53.34 -
YUV 195.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 248 171 186 0 0.31 0.25 0.03 348.31 0.85 0.82
Hex F8 AB BA 0 1F 19 3 15C 55 52
Octal 370 253 272 0 37 31 3 534 125 122
Binary 11111000 10101011 10111010 0 11111 11001 11 101011100 1010101 1010010

Color Harmonies of #F8ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABBA

Black with #F8ABBA

Text Example


Text Example

White with #F8ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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