#F9BCCA

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

Shades of Pink #F9BCCA

Tints of Pink #F9BCCA

Color information

#F9BCCA (or 0xF9BCCA) is unknown color: approx Pink. HEX triplet: F9, BC and CA. RGB value is (249,188,202). Sum of RGB (Red+Green+Blue) = 249+188+202=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCCA is #064335. Grayscale: #CFCFCF. Windows color (decimal): -410422 or 13286649. OLE color: 13286649.

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

Color convert

RGB249188202-
CMYK00.240.190.02
HSL346.23º83.56%85.69%-
HSV(B)346.23º24.5%97.65%-
XYZ67.7160.3763.96-
YUV207.83124.71157.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=38.97%
G=29.42%
B=31.61%

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
Decimal24918820200.240.190.02346.2383.5685.69
HexF9BCCA01813215a5456
Octal371274312030232532124126
Binary111110011011110011001010011000100111010101101010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCCA; }

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

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

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

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

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

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

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

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