#F9BDCF

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

Shades of Pink #F9BDCF

Tints of Pink #F9BDCF

Color information

#F9BDCF (or 0xF9BDCF) is unknown color: approx Pink. HEX triplet: F9, BD and CF. RGB value is (249,189,207). Sum of RGB (Red+Green+Blue) = 249+189+207=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDCF is #064230. Grayscale: #D0D0D0. Windows color (decimal): -410161 or 13614585. OLE color: 13614585.

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

Color convert

RGB249189207-
CMYK00.240.170.02
HSL342º83.33%85.88%-
HSV(B)342º24.1%97.65%-
XYZ68.5361.0467.2-
YUV208.99126.88156.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=38.60%
G=29.30%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918920700.240.170.0234283.3385.88
HexF9BDCF0181121565356
Octal371275317030212526123126
Binary111110011011110111001111011000100011010101011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDCF; }

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

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

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

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

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

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

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

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