#F3D6C7

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

Shades of Tuft Bush #F3D6C7

Tints of Tuft Bush #F3D6C7

Color information

#F3D6C7 (or 0xF3D6C7) is unknown color: approx Tuft Bush. HEX triplet: F3, D6 and C7. RGB value is (243,214,199). Sum of RGB (Red+Green+Blue) = 243+214+199=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6C7 is #0C2938. Grayscale: #DDDDDD. Windows color (decimal): -796985 or 13096691. OLE color: 13096691.

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

Color convert

RGB243214199-
CMYK00.120.180.05
HSL20.45º64.71%86.67%-
HSV(B)20.45º18.11%95.29%-
XYZ71.3271.2764.03-
YUV220.96115.61143.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 199 (78.12% from 255) = 30.34%
R=37.04%
G=32.62%
B=30.34%

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
Decimal24321419900.120.180.0520.4564.7186.67
HexF3D6C70C125144157
Octal36332630701422524101127
Binary11110011110101101100011101100100101011010010000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6C7; }

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

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

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

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

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

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

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

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