#FCCDBD

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

Shades of Tuft Bush #FCCDBD

Tints of Tuft Bush #FCCDBD

Color information

#FCCDBD (or 0xFCCDBD) is unknown color: approx Tuft Bush. HEX triplet: FC, CD and BD. RGB value is (252,205,189). Sum of RGB (Red+Green+Blue) = 252+205+189=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDBD is #033242. Grayscale: #D9D9D9. Windows color (decimal): -209475 or 12439036. OLE color: 12439036.

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

Color convert

RGB252205189-
CMYK00.190.250.01
HSL15.24º91.3%86.47%-
HSV(B)15.24º25%98.82%-
XYZ71.1668.0357.53-
YUV217.23112.07152.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=39.01%
G=31.73%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220518900.190.250.0115.2491.386.47
HexFCCDBD013191f5b56
Octal37431527502331117133126
Binary111111001100110110111101010011110011111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDBD; }

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

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

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

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

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

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

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

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