#FBD5C1

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

Shades of Tuft Bush #FBD5C1

Tints of Tuft Bush #FBD5C1

Color information

#FBD5C1 (or 0xFBD5C1) is unknown color: approx Tuft Bush. HEX triplet: FB, D5 and C1. RGB value is (251,213,193). Sum of RGB (Red+Green+Blue) = 251+213+193=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5C1 is #042A3E. Grayscale: #DEDEDE. Windows color (decimal): -272959 or 12703227. OLE color: 12703227.

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

Color convert

RGB251213193-
CMYK00.150.230.02
HSL20.69º87.88%87.06%-
HSV(B)20.69º23.11%98.43%-
XYZ73.271.9560.48-
YUV222.08111.59148.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 213 (83.59% from 255) = 32.42%
BLUE value IS 193 (75.78% from 255) = 29.38%
R=38.20%
G=32.42%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121319300.150.230.0220.6987.8887.06
HexFBD5C10F172155857
Octal37332530101727225130127
Binary1111101111010101110000010111110111101010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5C1; }

 p { color: rgb(251,213,193); }

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

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

 a { background-color: rgb(251,213,193); }

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

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

 span { border-color: rgb(251,213,193); }

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