Html Css Color HEX #FAD6BB Tuft Bush

📋 copy color: '#FAD6BB'

red 250 ◦ green 214 ◦ blue 187

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

Shades of Tuft Bush #FAD6BB

Tints of Tuft Bush #FAD6BB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.87%

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

R = 38.4%
G = 32.87%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAD6BB (or 0xFAD6BB) is known color: Tuft Bush. HEX triplet: FA, D6 and BB. RGB value is (250,214,187). Sum of RGB (Red+Green+Blue) = 250+214+187=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6BB is #052944. Grayscale: #DDDDDD. Windows color (decimal): -338245 or 12310266. OLE color: 12310266.

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

Color convert

RGB 250 214 187 -
CMYK 0 0.14 0.25 0.02
HSL 25.71º 0.86% 0.86% -
HSV(B) 25.71º 0.25% 0.98% -
XYZ 72.44 72 57.09 -
YUV 221.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 250 214 187 0 0.14 0.25 0.02 25.71 0.86 0.86
Hex FA D6 BB 0 E 19 2 1A 56 56
Octal 372 326 273 0 16 31 2 32 126 126
Binary 11111010 11010110 10111011 0 1110 11001 10 11010 1010110 1010110

Color Harmonies of #FAD6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6BB

Black with #FAD6BB

Text Example


Text Example

White with #FAD6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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