#FCCDB8

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

Shades of Tuft Bush #FCCDB8

Tints of Tuft Bush #FCCDB8

Color information

#FCCDB8 (or 0xFCCDB8) is unknown color: approx Tuft Bush. HEX triplet: FC, CD and B8. RGB value is (252,205,184). Sum of RGB (Red+Green+Blue) = 252+205+184=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDB8 is #033247. Grayscale: #D8D8D8. Windows color (decimal): -209480 or 12111356. OLE color: 12111356.

HSL color Cylindrical-coordinate representation of color #FCCDB8: hue angle of 18.53º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCCDB8 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252205184-
CMYK00.190.270.01
HSL18.53º91.89%85.49%-
HSV(B)18.53º26.98%98.82%-
XYZ70.6367.8254.72-
YUV216.66109.57153.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 184 (72.27% from 255) = 28.71%
R=39.31%
G=31.98%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220518400.190.270.0118.5391.8985.49
HexFCCDB80131B1135c55
Octal37431527002333123134125
Binary1111110011001101101110000100111101111001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDB8; }

 p { color: rgb(252,205,184); }

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

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

 a { background-color: rgb(252,205,184); }

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

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

 span { border-color: rgb(252,205,184); }

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