#F9BDCA

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

Shades of Pink #F9BDCA

Tints of Pink #F9BDCA

Color information

#F9BDCA (or 0xF9BDCA) is unknown color: approx Pink. HEX triplet: F9, BD and CA. RGB value is (249,189,202). Sum of RGB (Red+Green+Blue) = 249+189+202=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDCA is #064235. Grayscale: #D0D0D0. Windows color (decimal): -410166 or 13286905. OLE color: 13286905.

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

Color convert

RGB249189202-
CMYK00.240.190.02
HSL347º83.33%85.88%-
HSV(B)347º24.1%97.65%-
XYZ67.9360.864.03-
YUV208.42124.38156.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=38.91%
G=29.53%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918920200.240.190.0234783.3385.88
HexF9BDCA01813215b5356
Octal371275312030232533123126
Binary111110011011110111001010011000100111010101101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDCA; }

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

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

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

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

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

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

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

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