#FCCDBE

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

Shades of Tuft Bush #FCCDBE

Tints of Tuft Bush #FCCDBE

Color information

#FCCDBE (or 0xFCCDBE) is unknown color: approx Tuft Bush. HEX triplet: FC, CD and BE. RGB value is (252,205,190). Sum of RGB (Red+Green+Blue) = 252+205+190=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDBE is #033241. Grayscale: #D9D9D9. Windows color (decimal): -209474 or 12504572. OLE color: 12504572.

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

Color convert

RGB252205190-
CMYK00.190.250.01
HSL14.52º91.18%86.67%-
HSV(B)14.52º24.6%98.82%-
XYZ71.2768.0858.1-
YUV217.34112.57152.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 190 (74.61% from 255) = 29.37%
R=38.95%
G=31.68%
B=29.37%

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
Decimal25220519000.190.250.0114.5291.1886.67
HexFCCDBE013191f5b57
Octal37431527602331117133127
Binary111111001100110110111110010011110011111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDBE; }

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

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

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

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

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

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

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

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