Html Css Color HEX #F8AAB9 Light Pink

📋 copy color: '#F8AAB9'

red 248 ◦ green 170 ◦ blue 185

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

Shades of Light Pink #F8AAB9

Tints of Light Pink #F8AAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.19%

 BLUE value IS 185 (72.66% from 255) = 30.68%

R = 41.13%
G = 28.19%
B = 30.68%

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

#F8AAB9 (or 0xF8AAB9) is known color: Light Pink. HEX triplet: F8, AA and B9. RGB value is (248,170,185). Sum of RGB (Red+Green+Blue) = 248+170+185=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AAB9 is #075546. Grayscale: #C3C3C3. Windows color (decimal): -480583 or 12167928. OLE color: 12167928.

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

Color convert

RGB 248 170 185 -
CMYK 0 0.31 0.25 0.03
HSL 348.46º 0.85% 0.82% -
HSV(B) 348.46º 0.31% 0.97% -
XYZ 61.84 52.21 52.72 -
YUV 195.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 248 170 185 0 0.31 0.25 0.03 348.46 0.85 0.82
Hex F8 AA B9 0 1F 19 3 15C 55 52
Octal 370 252 271 0 37 31 3 534 125 122
Binary 11111000 10101010 10111001 0 11111 11001 11 101011100 1010101 1010010

Color Harmonies of #F8AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AAB9

Black with #F8AAB9

Text Example


Text Example

White with #F8AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AAB9; }

 p { color: rgb(248,170,185); }

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

background-color css

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

 a { background-color: rgb(248,170,185); }

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

border-color css

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

 span { border-color: rgb(248,170,185); }

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