#FBD3C2

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

Shades of Tuft Bush #FBD3C2

Tints of Tuft Bush #FBD3C2

Color information

#FBD3C2 (or 0xFBD3C2) is unknown color: approx Tuft Bush. HEX triplet: FB, D3 and C2. RGB value is (251,211,194). Sum of RGB (Red+Green+Blue) = 251+211+194=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3C2 is #042C3D. Grayscale: #DDDDDD. Windows color (decimal): -273470 or 12768251. OLE color: 12768251.

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

Color convert

RGB251211194-
CMYK00.160.230.02
HSL17.89º87.69%87.25%-
HSV(B)17.89º22.71%98.43%-
XYZ72.8270.9960.9-
YUV221.02112.75149.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 211 (82.81% from 255) = 32.16%
BLUE value IS 194 (76.17% from 255) = 29.57%
R=38.26%
G=32.16%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121119400.160.230.0217.8987.6987.25
HexFBD3C2010172125857
Octal37332330202027222130127
Binary11111011110100111100001001000010111101001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3C2; }

 p { color: rgb(251,211,194); }

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

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

 a { background-color: rgb(251,211,194); }

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

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

 span { border-color: rgb(251,211,194); }

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