Html Css Color HEX #FADDB2 Wheat

📋 copy color: '#FADDB2'

red 250 ◦ green 221 ◦ blue 178

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

Shades of Wheat #FADDB2

Tints of Wheat #FADDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.05%

 BLUE value IS 178 (69.92% from 255) = 27.43%

R = 38.52%
G = 34.05%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FADDB2 (or 0xFADDB2) is known color: Wheat. HEX triplet: FA, DD and B2. RGB value is (250,221,178). Sum of RGB (Red+Green+Blue) = 250+221+178=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDB2 is #05224D. Grayscale: #E0E0E0. Windows color (decimal): -336462 or 11722234. OLE color: 11722234.

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

Color convert

RGB 250 221 178 -
CMYK 0 0.12 0.29 0.02
HSL 35.83º 0.88% 0.84% -
HSV(B) 35.83º 0.29% 0.98% -
XYZ 73.32 75.25 52.78 -
YUV 224.77 101.61 146 -
System Red Green Blue C M Y K H S L
Decimal 250 221 178 0 0.12 0.29 0.02 35.83 0.88 0.84
Hex FA DD B2 0 C 1D 2 24 58 54
Octal 372 335 262 0 14 35 2 44 130 124
Binary 11111010 11011101 10110010 0 1100 11101 10 100100 1011000 1010100

Color Harmonies of #FADDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDB2

Black with #FADDB2

Text Example


Text Example

White with #FADDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDB2; }

 p { color: rgb(250,221,178); }

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

background-color css

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

 a { background-color: rgb(250,221,178); }

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

border-color css

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

 span { border-color: rgb(250,221,178); }

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