#F2D4BF

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

Shades of Tuft Bush #F2D4BF

Tints of Tuft Bush #F2D4BF

Color information

#F2D4BF (or 0xF2D4BF) is unknown color: approx Tuft Bush. HEX triplet: F2, D4 and BF. RGB value is (242,212,191). Sum of RGB (Red+Green+Blue) = 242+212+191=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4BF is #0D2B40. Grayscale: #DADADA. Windows color (decimal): -863041 or 12571890. OLE color: 12571890.

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

Color convert

RGB242212191-
CMYK00.120.210.05
HSL24.71º66.23%84.9%-
HSV(B)24.71º21.07%94.9%-
XYZ69.5769.7359.08-
YUV218.58112.44144.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 212 (83.20% from 255) = 32.87%
BLUE value IS 191 (75% from 255) = 29.61%
R=37.52%
G=32.87%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221219100.120.210.0524.7166.2384.9
HexF2D4BF0C155194255
Octal36232427701425531102125
Binary11110010110101001011111101100101011011100110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D4BF; }

 p { color: rgb(242,212,191); }

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

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

 a { background-color: rgb(242,212,191); }

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

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

 span { border-color: rgb(242,212,191); }

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