#FAD5BF

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

Shades of Tuft Bush #FAD5BF

Tints of Tuft Bush #FAD5BF

Color information

#FAD5BF (or 0xFAD5BF) is unknown color: approx Tuft Bush. HEX triplet: FA, D5 and BF. RGB value is (250,213,191). Sum of RGB (Red+Green+Blue) = 250+213+191=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5BF is #052A40. Grayscale: #DDDDDD. Windows color (decimal): -338497 or 12572154. OLE color: 12572154.

HSL color Cylindrical-coordinate representation of color #FAD5BF: hue angle of 22.37º 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 #FAD5BF is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250213191-
CMYK00.150.240.02
HSL22.37º85.51%86.47%-
HSV(B)22.37º23.6%98.04%-
XYZ72.6271.6759.3-
YUV221.56110.76148.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 191 (75% from 255) = 29.20%
R=38.23%
G=32.57%
B=29.20%

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
Decimal25021319100.150.240.0222.3785.5186.47
HexFAD5BF0F182165656
Octal37232527701730226126126
Binary1111101011010101101111110111111000101011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5BF; }

 p { color: rgb(250,213,191); }

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

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

 a { background-color: rgb(250,213,191); }

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

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

 span { border-color: rgb(250,213,191); }

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