Html Css Color HEX #FAD2BB Tuft Bush

📋 copy color: '#FAD2BB'

red 250 ◦ green 210 ◦ blue 187

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

Shades of Tuft Bush #FAD2BB

Tints of Tuft Bush #FAD2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.9%

R = 38.64%
G = 32.46%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAD2BB (or 0xFAD2BB) is known color: Tuft Bush. HEX triplet: FA, D2 and BB. RGB value is (250,210,187). Sum of RGB (Red+Green+Blue) = 250+210+187=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2BB is #052D44. Grayscale: #DBDBDB. Windows color (decimal): -339269 or 12309242. OLE color: 12309242.

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

Color convert

RGB 250 210 187 -
CMYK 0 0.16 0.25 0.02
HSL 21.9º 0.86% 0.86% -
HSV(B) 21.9º 0.25% 0.98% -
XYZ 71.44 70.01 56.76 -
YUV 219.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 250 210 187 0 0.16 0.25 0.02 21.9 0.86 0.86
Hex FA D2 BB 0 10 19 2 16 56 56
Octal 372 322 273 0 20 31 2 26 126 126
Binary 11111010 11010010 10111011 0 10000 11001 10 10110 1010110 1010110

Color Harmonies of #FAD2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2BB

Black with #FAD2BB

Text Example


Text Example

White with #FAD2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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