Html Css Color HEX #FAD2BE Tuft Bush

📋 copy color: '#FAD2BE'

red 250 ◦ green 210 ◦ blue 190

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

Shades of Tuft Bush #FAD2BE

Tints of Tuft Bush #FAD2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

 BLUE value IS 190 (74.61% from 255) = 29.23%

R = 38.46%
G = 32.31%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAD2BE (or 0xFAD2BE) is known color: Tuft Bush. HEX triplet: FA, D2 and BE. RGB value is (250,210,190). Sum of RGB (Red+Green+Blue) = 250+210+190=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2BE is #052D41. Grayscale: #DBDBDB. Windows color (decimal): -339266 or 12505850. OLE color: 12505850.

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

Color convert

RGB 250 210 190 -
CMYK 0 0.16 0.24 0.02
HSL 20º 0.86% 0.86% -
HSV(B) 20º 0.24% 0.98% -
XYZ 71.77 70.13 58.47 -
YUV 219.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 250 210 190 0 0.16 0.24 0.02 20 0.86 0.86
Hex FA D2 BE 0 10 18 2 14 56 56
Octal 372 322 276 0 20 30 2 24 126 126
Binary 11111010 11010010 10111110 0 10000 11000 10 10100 1010110 1010110

Color Harmonies of #FAD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2BE

Black with #FAD2BE

Text Example


Text Example

White with #FAD2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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