#FBC7CF

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

Shades of Pink #FBC7CF

Tints of Pink #FBC7CF

Color information

#FBC7CF (or 0xFBC7CF) is unknown color: approx Pink. HEX triplet: FB, C7 and CF. RGB value is (251,199,207). Sum of RGB (Red+Green+Blue) = 251+199+207=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7CF is #043830. Grayscale: #D7D7D7. Windows color (decimal): -276529 or 13617147. OLE color: 13617147.

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

Color convert

RGB251199207-
CMYK00.210.180.02
HSL350.77º86.67%88.24%-
HSV(B)350.77º20.72%98.43%-
XYZ71.4765.8667.98-
YUV215.46123.23153.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 199 (78.12% from 255) = 30.29%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=38.20%
G=30.29%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119920700.210.180.02350.7786.6788.24
HexFBC7CF01512215f5758
Octal373307317025222537127130
Binary111110111100011111001111010101100101010101111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7CF; }

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

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

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

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

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

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

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

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