#FBCEBC

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

Shades of Tuft Bush #FBCEBC

Tints of Tuft Bush #FBCEBC

Color information

#FBCEBC (or 0xFBCEBC) is unknown color: approx Tuft Bush. HEX triplet: FB, CE and BC. RGB value is (251,206,188). Sum of RGB (Red+Green+Blue) = 251+206+188=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEBC is #043143. Grayscale: #D9D9D9. Windows color (decimal): -274756 or 12373755. OLE color: 12373755.

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

Color convert

RGB251206188-
CMYK00.180.250.02
HSL17.14º88.73%86.08%-
HSV(B)17.14º25.1%98.43%-
XYZ70.9368.2857.02-
YUV217.4111.41151.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 188 (73.83% from 255) = 29.15%
R=38.91%
G=31.94%
B=29.15%

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
Decimal25120618800.180.250.0217.1488.7386.08
HexFBCEBC012192115956
Octal37331627402231221131126
Binary11111011110011101011110001001011001101000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEBC; }

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

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

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

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

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

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

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

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