#FBBCC6

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

Shades of Pink #FBBCC6

Tints of Pink #FBBCC6

Color information

#FBBCC6 (or 0xFBBCC6) is unknown color: approx Pink. HEX triplet: FB, BC and C6. RGB value is (251,188,198). Sum of RGB (Red+Green+Blue) = 251+188+198=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC6 is #044339. Grayscale: #CFCFCF. Windows color (decimal): -279354 or 13024507. OLE color: 13024507.

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

Color convert

RGB251188198-
CMYK00.250.210.02
HSL350.48º88.73%86.08%-
HSV(B)350.48º25.1%98.43%-
XYZ67.9660.5561.53-
YUV207.98122.37158.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 198 (77.73% from 255) = 31.08%
R=39.40%
G=29.51%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118819800.250.210.02350.4888.7386.08
HexFBBCC601915215e5956
Octal373274306031252536131126
Binary111110111011110011000110011001101011010101111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCC6; }

 p { color: rgb(251,188,198); }

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

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

 a { background-color: rgb(251,188,198); }

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

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

 span { border-color: rgb(251,188,198); }

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