Html Css Color HEX #FAD0BA Tuft Bush

📋 copy color: '#FAD0BA'

red 250 ◦ green 208 ◦ blue 186

#FAD0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuft Bush #FAD0BA

Tints of Tuft Bush #FAD0BA

RGB

 RED value IS 250 (98.05% from 255) = 38.82%

 GREEN value IS 208 (81.64% from 255) = 32.3%

 BLUE value IS 186 (73.05% from 255) = 28.88%

R = 38.82%
G = 32.3%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAD0BA (or 0xFAD0BA) is known color: Tuft Bush. HEX triplet: FA, D0 and BA. RGB value is (250,208,186). Sum of RGB (Red+Green+Blue) = 250+208+186=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0BA is #052F45. Grayscale: #DADADA. Windows color (decimal): -339782 or 12243194. OLE color: 12243194.

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

Color convert

RGB 250 208 186 -
CMYK 0 0.17 0.26 0.02
HSL 20.63º 0.86% 0.85% -
HSV(B) 20.63º 0.26% 0.98% -
XYZ 70.84 68.98 56.04 -
YUV 218.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 250 208 186 0 0.17 0.26 0.02 20.63 0.86 0.85
Hex FA D0 BA 0 11 1A 2 15 56 55
Octal 372 320 272 0 21 32 2 25 126 125
Binary 11111010 11010000 10111010 0 10001 11010 10 10101 1010110 1010101

Color Harmonies of #FAD0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0BA

Black with #FAD0BA

Text Example


Text Example

White with #FAD0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0BA; }

 p { color: rgb(250,208,186); }

 H1.HeaderClassName
 {
   color: #FAD0BA;
 }
 .AnyTagClassName
 {
   color: #FAD0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(250,208,186); }

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

border-color css

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

 span { border-color: rgb(250,208,186); }

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