Html Css Color HEX #FAD1BA Tuft Bush

📋 copy color: '#FAD1BA'

red 250 ◦ green 209 ◦ blue 186

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

Shades of Tuft Bush #FAD1BA

Tints of Tuft Bush #FAD1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.4%

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

R = 38.76%
G = 32.4%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAD1BA (or 0xFAD1BA) is known color: Tuft Bush. HEX triplet: FA, D1 and BA. RGB value is (250,209,186). Sum of RGB (Red+Green+Blue) = 250+209+186=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1BA is #052E45. Grayscale: #DADADA. Windows color (decimal): -339526 or 12243450. OLE color: 12243450.

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

Color convert

RGB 250 209 186 -
CMYK 0 0.16 0.26 0.02
HSL 21.56º 0.86% 0.85% -
HSV(B) 21.56º 0.26% 0.98% -
XYZ 71.09 69.47 56.12 -
YUV 218.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 250 209 186 0 0.16 0.26 0.02 21.56 0.86 0.85
Hex FA D1 BA 0 10 1A 2 16 56 55
Octal 372 321 272 0 20 32 2 26 126 125
Binary 11111010 11010001 10111010 0 10000 11010 10 10110 1010110 1010101

Color Harmonies of #FAD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1BA

Black with #FAD1BA

Text Example


Text Example

White with #FAD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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