#F9BFCC

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

Shades of Pink #F9BFCC

Tints of Pink #F9BFCC

Color information

#F9BFCC (or 0xF9BFCC) is unknown color: approx Pink. HEX triplet: F9, BF and CC. RGB value is (249,191,204). Sum of RGB (Red+Green+Blue) = 249+191+204=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFCC is #064033. Grayscale: #D1D1D1. Windows color (decimal): -409652 or 13418489. OLE color: 13418489.

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

Color convert

RGB249191204-
CMYK00.230.180.02
HSL346.55º82.86%86.27%-
HSV(B)346.55º23.29%97.65%-
XYZ68.661.7665.43-
YUV209.82124.72155.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.66%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=38.66%
G=29.66%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919120400.230.180.02346.5582.8686.27
HexF9BFCC01712215b5356
Octal371277314027222533123126
Binary111110011011111111001100010111100101010101101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFCC; }

 p { color: rgb(249,191,204); }

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

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

 a { background-color: rgb(249,191,204); }

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

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

 span { border-color: rgb(249,191,204); }

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