#F3D5C7

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

Shades of Tuft Bush #F3D5C7

Tints of Tuft Bush #F3D5C7

Color information

#F3D5C7 (or 0xF3D5C7) is unknown color: approx Tuft Bush. HEX triplet: F3, D5 and C7. RGB value is (243,213,199). Sum of RGB (Red+Green+Blue) = 243+213+199=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5C7 is #0C2A38. Grayscale: #DCDCDC. Windows color (decimal): -797241 or 13096435. OLE color: 13096435.

HSL color Cylindrical-coordinate representation of color #F3D5C7: hue angle of 19.09º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3D5C7 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB243213199-
CMYK00.120.180.05
HSL19.09º64.71%86.67%-
HSV(B)19.09º18.11%95.29%-
XYZ71.0770.7763.95-
YUV220.37115.94144.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 213 (83.59% from 255) = 32.52%
BLUE value IS 199 (78.12% from 255) = 30.38%
R=37.10%
G=32.52%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321319900.120.180.0519.0964.7186.67
HexF3D5C70C125134157
Octal36332530701422523101127
Binary11110011110101011100011101100100101011001110000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D5C7; }

 p { color: rgb(243,213,199); }

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

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

 a { background-color: rgb(243,213,199); }

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

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

 span { border-color: rgb(243,213,199); }

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