#FBCEBD

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

Shades of Tuft Bush #FBCEBD

Tints of Tuft Bush #FBCEBD

Color information

#FBCEBD (or 0xFBCEBD) is unknown color: approx Tuft Bush. HEX triplet: FB, CE and BD. RGB value is (251,206,189). Sum of RGB (Red+Green+Blue) = 251+206+189=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEBD is #043142. Grayscale: #D9D9D9. Windows color (decimal): -274755 or 12439291. OLE color: 12439291.

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

Color convert

RGB251206189-
CMYK00.180.250.02
HSL16.45º88.57%86.27%-
HSV(B)16.45º24.7%98.43%-
XYZ71.0468.3357.59-
YUV217.52111.91151.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=38.85%
G=31.89%
B=29.26%

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
Decimal25120618900.180.250.0216.4588.5786.27
HexFBCEBD012192105956
Octal37331627502231220131126
Binary11111011110011101011110101001011001101000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEBD; }

 p { color: rgb(251,206,189); }

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

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

 a { background-color: rgb(251,206,189); }

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

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

 span { border-color: rgb(251,206,189); }

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