Html Css Color HEX #F9ABBA Light Pink

📋 copy color: '#F9ABBA'

red 249 ◦ green 171 ◦ blue 186

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

Shades of Light Pink #F9ABBA

Tints of Light Pink #F9ABBA

RGB

 RED value IS 249 (97.66% from 255) = 41.09%

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

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

R = 41.09%
G = 28.22%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9ABBA (or 0xF9ABBA) is known color: Light Pink. HEX triplet: F9, AB and BA. RGB value is (249,171,186). Sum of RGB (Red+Green+Blue) = 249+171+186=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABBA is #065445. Grayscale: #C4C4C4. Windows color (decimal): -414790 or 12233721. OLE color: 12233721.

HSL color Cylindrical-coordinate representation of color #F9ABBA: hue angle of 348.46º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ABBA is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 171 186 -
CMYK 0 0.31 0.25 0.02
HSL 348.46º 0.87% 0.82% -
HSV(B) 348.46º 0.31% 0.98% -
XYZ 62.49 52.81 53.35 -
YUV 196.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 249 171 186 0 0.31 0.25 0.02 348.46 0.87 0.82
Hex F9 AB BA 0 1F 19 2 15C 57 52
Octal 371 253 272 0 37 31 2 534 127 122
Binary 11111001 10101011 10111010 0 11111 11001 10 101011100 1010111 1010010

Color Harmonies of #F9ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ABBA

Black with #F9ABBA

Text Example


Text Example

White with #F9ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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