#f3d2bb

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

Shades of Tuft Bush #F3D2BB

Tints of Tuft Bush #F3D2BB

Color information

#F3D2BB (or 0xF3D2BB) is unknown color: approx Tuft Bush. HEX triplet: F3, D2 and BB. RGB value is (243,210,187). Sum of RGB (Red+Green+Blue) = 243+210+187=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2BB is #0C2D44. Grayscale: #D9D9D9. Windows color (decimal): -798021 or 12309235. OLE color: 12309235.

HSL color Cylindrical-coordinate representation of color #F3D2BB: hue angle of 24.64º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3D2BB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243210187-
CMYK00.140.230.05
HSL24.64º70%84.31%-
HSV(B)24.64º23.05%95.29%-
XYZ68.9868.7456.65-
YUV217.24110.93146.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.97%
GREEN value IS 210 (82.42% from 255) = 32.81%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=37.97%
G=32.81%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321018700.140.230.0524.647084.31
HexF3D2BB0E175194654
Octal36332227301627531106124
Binary11110011110100101011101101110101111011100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3d2bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3d2bb; }

 p { color: rgb(243,210,187); }

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

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

 a { background-color: rgb(243,210,187); }

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

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

 span { border-color: rgb(243,210,187); }

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