#FBD2C0

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

Shades of Tuft Bush #FBD2C0

Tints of Tuft Bush #FBD2C0

Color information

#FBD2C0 (or 0xFBD2C0) is unknown color: approx Tuft Bush. HEX triplet: FB, D2 and C0. RGB value is (251,210,192). Sum of RGB (Red+Green+Blue) = 251+210+192=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2C0 is #042D3F. Grayscale: #DCDCDC. Windows color (decimal): -273728 or 12636923. OLE color: 12636923.

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

Color convert

RGB251210192-
CMYK00.160.240.02
HSL18.31º88.06%86.86%-
HSV(B)18.31º23.51%98.43%-
XYZ72.3470.4159.65-
YUV220.21112.08149.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 192 (75.39% from 255) = 29.40%
R=38.44%
G=32.16%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121019200.160.240.0218.3188.0686.86
HexFBD2C0010182125857
Octal37332230002030222130127
Binary11111011110100101100000001000011000101001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2C0; }

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

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

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

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

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

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

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

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