#F9BDCD

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

Shades of Pink #F9BDCD

Tints of Pink #F9BDCD

Color information

#F9BDCD (or 0xF9BDCD) is unknown color: approx Pink. HEX triplet: F9, BD and CD. RGB value is (249,189,205). Sum of RGB (Red+Green+Blue) = 249+189+205=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDCD is #064232. Grayscale: #D0D0D0. Windows color (decimal): -410163 or 13483513. OLE color: 13483513.

HSL color Cylindrical-coordinate representation of color #F9BDCD: hue angle of 344º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BDCD is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249189205-
CMYK00.240.180.02
HSL344º83.33%85.88%-
HSV(B)344º24.1%97.65%-
XYZ68.2860.9465.92-
YUV208.76125.88156.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.72%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=38.72%
G=29.39%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918920500.240.180.0234483.3385.88
HexF9BDCD0181221585356
Octal371275315030222530123126
Binary111110011011110111001101011000100101010101100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDCD; }

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

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

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

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

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

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

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

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