#FBCEBE

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

Shades of Tuft Bush #FBCEBE

Tints of Tuft Bush #FBCEBE

Color information

#FBCEBE (or 0xFBCEBE) is unknown color: approx Tuft Bush. HEX triplet: FB, CE and BE. RGB value is (251,206,190). Sum of RGB (Red+Green+Blue) = 251+206+190=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEBE is #043141. Grayscale: #D9D9D9. Windows color (decimal): -274754 or 12504827. OLE color: 12504827.

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

Color convert

RGB251206190-
CMYK00.180.240.02
HSL15.74º88.41%86.47%-
HSV(B)15.74º24.3%98.43%-
XYZ71.1568.3758.16-
YUV217.63112.41151.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 190 (74.61% from 255) = 29.37%
R=38.79%
G=31.84%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120619000.180.240.0215.7488.4186.47
HexFBCEBE012182105856
Octal37331627602230220130126
Binary11111011110011101011111001001011000101000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEBE; }

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

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

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

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

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

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

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

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