#FFD3C3

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

Shades of Tuft Bush #FFD3C3

Tints of Tuft Bush #FFD3C3

Color information

#FFD3C3 (or 0xFFD3C3) is unknown color: approx Tuft Bush. HEX triplet: FF, D3 and C3. RGB value is (255,211,195). Sum of RGB (Red+Green+Blue) = 255+211+195=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3C3 is #002C3C. Grayscale: #DEDEDE. Windows color (decimal): -11325 or 12833791. OLE color: 12833791.

HSL color Cylindrical-coordinate representation of color #FFD3C3: hue angle of 16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFD3C3 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255211195-
CMYK00.170.240
HSL16º100%88.24%-
HSV(B)16º23.53%100%-
XYZ74.3871.7961.57-
YUV222.33112.58151.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 211 (82.81% from 255) = 31.92%
BLUE value IS 195 (76.56% from 255) = 29.50%
R=38.58%
G=31.92%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521119500.170.2401610088.24
HexFFD3C3011180106458
Octal37732330302130020144130
Binary1111111111010011110000110100011100001000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3C3; }

 p { color: rgb(255,211,195); }

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

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

 a { background-color: rgb(255,211,195); }

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

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

 span { border-color: rgb(255,211,195); }

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