#F2D3BB

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

Shades of Tuft Bush #F2D3BB

Tints of Tuft Bush #F2D3BB

Color information

#F2D3BB (or 0xF2D3BB) is unknown color: approx Tuft Bush. HEX triplet: F2, D3 and BB. RGB value is (242,211,187). Sum of RGB (Red+Green+Blue) = 242+211+187=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D3BB is #0D2C44. Grayscale: #D9D9D9. Windows color (decimal): -863301 or 12309490. OLE color: 12309490.

HSL color Cylindrical-coordinate representation of color #F2D3BB: hue angle of 26.18º degrees, saturation: 0.68, 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 #F2D3BB is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242211187-
CMYK00.130.230.05
HSL26.18º67.9%84.12%-
HSV(B)26.18º22.73%94.9%-
XYZ68.8869.0556.71-
YUV217.53110.77145.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 211 (82.81% from 255) = 32.97%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=37.81%
G=32.97%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221118700.130.230.0526.1867.984.12
HexF2D3BB0D1751a4454
Octal36232327301527532104124
Binary11110010110100111011101101101101111011101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D3BB; }

 p { color: rgb(242,211,187); }

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

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

 a { background-color: rgb(242,211,187); }

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

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

 span { border-color: rgb(242,211,187); }

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