Html Css Color HEX #FAD4BB Tuft Bush

📋 copy color: '#FAD4BB'

red 250 ◦ green 212 ◦ blue 187

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

Shades of Tuft Bush #FAD4BB

Tints of Tuft Bush #FAD4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.67%

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

R = 38.52%
G = 32.67%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAD4BB (or 0xFAD4BB) is known color: Tuft Bush. HEX triplet: FA, D4 and BB. RGB value is (250,212,187). Sum of RGB (Red+Green+Blue) = 250+212+187=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4BB is #052B44. Grayscale: #DCDCDC. Windows color (decimal): -338757 or 12309754. OLE color: 12309754.

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

Color convert

RGB 250 212 187 -
CMYK 0 0.15 0.25 0.02
HSL 23.81º 0.86% 0.86% -
HSV(B) 23.81º 0.25% 0.98% -
XYZ 71.94 71 56.93 -
YUV 220.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 250 212 187 0 0.15 0.25 0.02 23.81 0.86 0.86
Hex FA D4 BB 0 F 19 2 18 56 56
Octal 372 324 273 0 17 31 2 30 126 126
Binary 11111010 11010100 10111011 0 1111 11001 10 11000 1010110 1010110

Color Harmonies of #FAD4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4BB

Black with #FAD4BB

Text Example


Text Example

White with #FAD4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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