#FFD1C1

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

Shades of Tuft Bush #FFD1C1

Tints of Tuft Bush #FFD1C1

Color information

#FFD1C1 (or 0xFFD1C1) is unknown color: approx Tuft Bush. HEX triplet: FF, D1 and C1. RGB value is (255,209,193). Sum of RGB (Red+Green+Blue) = 255+209+193=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1C1 is #002E3E. Grayscale: #DDDDDD. Windows color (decimal): -11839 or 12702207. OLE color: 12702207.

HSL color Cylindrical-coordinate representation of color #FFD1C1: hue angle of 15.48º 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 #FFD1C1 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255209193-
CMYK00.180.240
HSL15.48º100%87.84%-
HSV(B)15.48º24.31%100%-
XYZ73.6770.7160.22-
YUV220.93112.24152.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 193 (75.78% from 255) = 29.38%
R=38.81%
G=31.81%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520919300.180.24015.4810087.84
HexFFD1C1012180f6458
Octal37732130102230017144130
Binary111111111101000111000001010010110000111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD1C1; }

 p { color: rgb(255,209,193); }

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

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

 a { background-color: rgb(255,209,193); }

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

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

 span { border-color: rgb(255,209,193); }

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