#FBD0C2

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

Shades of Tuft Bush #FBD0C2

Tints of Tuft Bush #FBD0C2

Color information

#FBD0C2 (or 0xFBD0C2) is unknown color: approx Tuft Bush. HEX triplet: FB, D0 and C2. RGB value is (251,208,194). Sum of RGB (Red+Green+Blue) = 251+208+194=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0C2 is #042F3D. Grayscale: #DBDBDB. Windows color (decimal): -274238 or 12767483. OLE color: 12767483.

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

Color convert

RGB251208194-
CMYK00.170.230.02
HSL14.74º87.69%87.25%-
HSV(B)14.74º22.71%98.43%-
XYZ72.0869.5260.66-
YUV219.26113.75150.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 194 (76.17% from 255) = 29.71%
R=38.44%
G=31.85%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120819400.170.230.0214.7487.6987.25
HexFBD0C2011172f5857
Octal37332030202127217130127
Binary1111101111010000110000100100011011110111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0C2; }

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

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

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

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

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

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

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

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