#FBC9CF

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

Shades of Pink #FBC9CF

Tints of Pink #FBC9CF

Color information

#FBC9CF (or 0xFBC9CF) is unknown color: approx Pink. HEX triplet: FB, C9 and CF. RGB value is (251,201,207). Sum of RGB (Red+Green+Blue) = 251+201+207=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9CF is #043630. Grayscale: #D8D8D8. Windows color (decimal): -276017 or 13617659. OLE color: 13617659.

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

Color convert

RGB251201207-
CMYK00.200.180.02
HSL352.8º86.21%88.63%-
HSV(B)352.8º19.92%98.43%-
XYZ71.9366.7968.13-
YUV216.63122.57152.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 201 (78.91% from 255) = 30.50%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=38.09%
G=30.50%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120120700.200.180.02352.886.2188.63
HexFBC9CF0141221615659
Octal373311317024222541126131
Binary111110111100100111001111010100100101010110000110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9CF; }

 p { color: rgb(251,201,207); }

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

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

 a { background-color: rgb(251,201,207); }

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

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

 span { border-color: rgb(251,201,207); }

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