Html Css Color HEX #FADEB4 Wheat

📋 copy color: '#FADEB4'

red 250 ◦ green 222 ◦ blue 180

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

Shades of Wheat #FADEB4

Tints of Wheat #FADEB4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.05%

 BLUE value IS 180 (70.7% from 255) = 27.61%

R = 38.34%
G = 34.05%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FADEB4 (or 0xFADEB4) is known color: Wheat. HEX triplet: FA, DE and B4. RGB value is (250,222,180). Sum of RGB (Red+Green+Blue) = 250+222+180=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEB4 is #05214B. Grayscale: #E1E1E1. Windows color (decimal): -336204 or 11853562. OLE color: 11853562.

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

Color convert

RGB 250 222 180 -
CMYK 0 0.11 0.28 0.02
HSL 36º 0.88% 0.84% -
HSV(B) 36º 0.28% 0.98% -
XYZ 73.78 75.86 53.93 -
YUV 225.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 250 222 180 0 0.11 0.28 0.02 36 0.88 0.84
Hex FA DE B4 0 B 1C 2 24 58 54
Octal 372 336 264 0 13 34 2 44 130 124
Binary 11111010 11011110 10110100 0 1011 11100 10 100100 1011000 1010100

Color Harmonies of #FADEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEB4

Black with #FADEB4

Text Example


Text Example

White with #FADEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEB4; }

 p { color: rgb(250,222,180); }

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

background-color css

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

 a { background-color: rgb(250,222,180); }

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

border-color css

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

 span { border-color: rgb(250,222,180); }

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