Html Css Color HEX #F9BAB8 Your Pink

📋 copy color: '#F9BAB8'

red 249 ◦ green 186 ◦ blue 184

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

Shades of Your Pink #F9BAB8

Tints of Your Pink #F9BAB8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.05%

 BLUE value IS 184 (72.27% from 255) = 29.73%

R = 40.23%
G = 30.05%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F9BAB8 (or 0xF9BAB8) is known color: Your Pink. HEX triplet: F9, BA and B8. RGB value is (249,186,184). Sum of RGB (Red+Green+Blue) = 249+186+184=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAB8 is #064547. Grayscale: #CCCCCC. Windows color (decimal): -410952 or 12106489. OLE color: 12106489.

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

Color convert

RGB 249 186 184 -
CMYK 0 0.25 0.26 0.02
HSL 1.85º 0.84% 0.85% -
HSV(B) 1.85º 0.26% 0.98% -
XYZ 65.28 58.72 53.24 -
YUV 204.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 249 186 184 0 0.25 0.26 0.02 1.85 0.84 0.85
Hex F9 BA B8 0 19 1A 2 2 54 55
Octal 371 272 270 0 31 32 2 2 124 125
Binary 11111001 10111010 10111000 0 11001 11010 10 10 1010100 1010101

Color Harmonies of #F9BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BAB8

Black with #F9BAB8

Text Example


Text Example

White with #F9BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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