#F9BAC9

Color #F9BAC9 Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #F9BAC9

Tints of Pink #F9BAC9

Color information

#F9BAC9 (or 0xF9BAC9) is unknown color: approx Pink. HEX triplet: F9, BA and C9. RGB value is (249,186,201). Sum of RGB (Red+Green+Blue) = 249+186+201=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAC9 is #064536. Grayscale: #CECECE. Windows color (decimal): -410935 or 13220601. OLE color: 13220601.

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

Color convert

RGB249186201-
CMYK00.250.190.02
HSL345.71º84%85.29%-
HSV(B)345.71º25.3%97.65%-
XYZ67.1759.4763.2-
YUV206.55124.87158.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=39.15%
G=29.25%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918620100.250.190.02345.718485.29
HexF9BAC901913215a5455
Octal371272311031232532124125
Binary111110011011101011001001011001100111010101101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAC9; }

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

 H1.HeaderClassName
 {
   color: #F9BAC9;
 }
 .AnyTagClassName
 {
   color: #F9BAC9;
 }
</style>
background-color css

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

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

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

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

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

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