#FBCDBB

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

Shades of Tuft Bush #FBCDBB

Tints of Tuft Bush #FBCDBB

Color information

#FBCDBB (or 0xFBCDBB) is unknown color: approx Tuft Bush. HEX triplet: FB, CD and BB. RGB value is (251,205,187). Sum of RGB (Red+Green+Blue) = 251+205+187=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDBB is #043244. Grayscale: #D8D8D8. Windows color (decimal): -275013 or 12307963. OLE color: 12307963.

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

Color convert

RGB251205187-
CMYK00.180.250.02
HSL16.88º88.89%85.88%-
HSV(B)16.88º25.5%98.43%-
XYZ70.5867.7656.37-
YUV216.7111.24152.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=39.04%
G=31.88%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120518700.180.250.0216.8888.8985.88
HexFBCDBB012192115956
Octal37331527302231221131126
Binary11111011110011011011101101001011001101000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDBB; }

 p { color: rgb(251,205,187); }

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

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

 a { background-color: rgb(251,205,187); }

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

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

 span { border-color: rgb(251,205,187); }

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