#FCCDBB

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

Shades of Tuft Bush #FCCDBB

Tints of Tuft Bush #FCCDBB

Color information

#FCCDBB (or 0xFCCDBB) is unknown color: approx Tuft Bush. HEX triplet: FC, CD and BB. RGB value is (252,205,187). Sum of RGB (Red+Green+Blue) = 252+205+187=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDBB is #033244. Grayscale: #D9D9D9. Windows color (decimal): -209477 or 12307964. OLE color: 12307964.

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

Color convert

RGB252205187-
CMYK00.190.260.01
HSL16.62º91.55%86.08%-
HSV(B)16.62º25.79%98.82%-
XYZ70.9567.9556.39-
YUV217111.07152.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 187 (73.44% from 255) = 29.04%
R=39.13%
G=31.83%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220518700.190.260.0116.6291.5586.08
HexFCCDBB0131A1115c56
Octal37431527302332121134126
Binary1111110011001101101110110100111101011000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDBB; }

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

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

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

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

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

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

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

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