#FAD4BE

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

Shades of Tuft Bush #FAD4BE

Tints of Tuft Bush #FAD4BE

Color information

#FAD4BE (or 0xFAD4BE) is unknown color: approx Tuft Bush. HEX triplet: FA, D4 and BE. RGB value is (250,212,190). Sum of RGB (Red+Green+Blue) = 250+212+190=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4BE is #052B41. Grayscale: #DCDCDC. Windows color (decimal): -338754 or 12506362. OLE color: 12506362.

HSL color Cylindrical-coordinate representation of color #FAD4BE: hue angle of 22º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAD4BE is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250212190-
CMYK00.150.240.02
HSL22º85.71%86.27%-
HSV(B)22º24%98.04%-
XYZ72.2671.1358.64-
YUV220.85110.59148.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 212 (83.20% from 255) = 32.52%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=38.34%
G=32.52%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021219000.150.240.022285.7186.27
HexFAD4BE0F182165656
Octal37232427601730226126126
Binary1111101011010100101111100111111000101011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4BE; }

 p { color: rgb(250,212,190); }

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

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

 a { background-color: rgb(250,212,190); }

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

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

 span { border-color: rgb(250,212,190); }

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