#FBCBCF

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

Shades of Pink #FBCBCF

Tints of Pink #FBCBCF

Color information

#FBCBCF (or 0xFBCBCF) is unknown color: approx Pink. HEX triplet: FB, CB and CF. RGB value is (251,203,207). Sum of RGB (Red+Green+Blue) = 251+203+207=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBCF is #043430. Grayscale: #D9D9D9. Windows color (decimal): -275505 or 13618171. OLE color: 13618171.

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

Color convert

RGB251203207-
CMYK00.190.180.02
HSL355º85.71%89.02%-
HSV(B)355º19.12%98.43%-
XYZ72.467.7368.29-
YUV217.81121.9151.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 203 (79.69% from 255) = 30.71%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=37.97%
G=30.71%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120320700.190.180.0235585.7189.02
HexFBCBCF0131221635659
Octal373313317023222543126131
Binary111110111100101111001111010011100101010110001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBCF; }

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

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

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

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

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

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

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

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