#F9BFC8

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

Shades of Pink #F9BFC8

Tints of Pink #F9BFC8

Color information

#F9BFC8 (or 0xF9BFC8) is unknown color: approx Pink. HEX triplet: F9, BF and C8. RGB value is (249,191,200). Sum of RGB (Red+Green+Blue) = 249+191+200=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BFC8 is #064037. Grayscale: #D1D1D1. Windows color (decimal): -409656 or 13156345. OLE color: 13156345.

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

Color convert

RGB249191200-
CMYK00.230.200.02
HSL350.69º82.86%86.27%-
HSV(B)350.69º23.29%97.65%-
XYZ68.1261.5762.94-
YUV209.37122.72156.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=38.91%
G=29.84%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919120000.230.200.02350.6982.8686.27
HexF9BFC801714215f5356
Octal371277310027242537123126
Binary111110011011111111001000010111101001010101111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFC8; }

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

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

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

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

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

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

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

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