#F9BDBA

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

Shades of Your Pink #F9BDBA

Tints of Your Pink #F9BDBA

Color information

#F9BDBA (or 0xF9BDBA) is unknown color: approx Your Pink. HEX triplet: F9, BD and BA. RGB value is (249,189,186). Sum of RGB (Red+Green+Blue) = 249+189+186=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDBA is #064245. Grayscale: #CECECE. Windows color (decimal): -410182 or 12238329. OLE color: 12238329.

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

Color convert

RGB249189186-
CMYK00.240.250.02
HSL2.86º84%85.29%-
HSV(B)2.86º25.3%97.65%-
XYZ66.1360.0854.57-
YUV206.6116.38158.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=39.90%
G=30.29%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918918600.240.250.022.868485.29
HexF9BDBA01819235455
Octal3712752720303123124125
Binary11111001101111011011101001100011001101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDBA; }

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

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

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

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

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

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

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

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