Html Css Color HEX #FAD7C4 Tuft Bush

📋 copy color: '#FAD7C4'

red 250 ◦ green 215 ◦ blue 196

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

Shades of Tuft Bush #FAD7C4

Tints of Tuft Bush #FAD7C4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.53%

 BLUE value IS 196 (76.95% from 255) = 29.65%

R = 37.82%
G = 32.53%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAD7C4 (or 0xFAD7C4) is known color: Tuft Bush. HEX triplet: FA, D7 and C4. RGB value is (250,215,196). Sum of RGB (Red+Green+Blue) = 250+215+196=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 196 (76.95% from 255 or 29.65% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7C4 is #05283B. Grayscale: #DFDFDF. Windows color (decimal): -337980 or 12900346. OLE color: 12900346.

HSL color Cylindrical-coordinate representation of color #FAD7C4: hue angle of 21.11º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAD7C4 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 215 196 -
CMYK 0 0.14 0.22 0.02
HSL 21.11º 0.84% 0.87% -
HSV(B) 21.11º 0.22% 0.98% -
XYZ 73.69 72.91 62.41 -
YUV 223.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 250 215 196 0 0.14 0.22 0.02 21.11 0.84 0.87
Hex FA D7 C4 0 E 16 2 15 54 57
Octal 372 327 304 0 16 26 2 25 124 127
Binary 11111010 11010111 11000100 0 1110 10110 10 10101 1010100 1010111

Color Harmonies of #FAD7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD7C4

Black with #FAD7C4

Text Example


Text Example

White with #FAD7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD7C4; }

 p { color: rgb(250,215,196); }

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

background-color css

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

 a { background-color: rgb(250,215,196); }

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

border-color css

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

 span { border-color: rgb(250,215,196); }

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