#FBCEC0

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

Shades of Tuft Bush #FBCEC0

Tints of Tuft Bush #FBCEC0

Color information

#FBCEC0 (or 0xFBCEC0) is unknown color: approx Tuft Bush. HEX triplet: FB, CE and C0. RGB value is (251,206,192). Sum of RGB (Red+Green+Blue) = 251+206+192=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEC0 is #04313F. Grayscale: #D9D9D9. Windows color (decimal): -274752 or 12635899. OLE color: 12635899.

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

Color convert

RGB251206192-
CMYK00.180.240.02
HSL14.24º88.06%86.86%-
HSV(B)14.24º23.51%98.43%-
XYZ71.3768.4659.32-
YUV217.86113.41151.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=38.67%
G=31.74%
B=29.58%

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
Decimal25120619200.180.240.0214.2488.0686.86
HexFBCEC0012182e5857
Octal37331630002230216130127
Binary1111101111001110110000000100101100010111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEC0; }

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

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

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

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

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

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

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

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