Html Css Color HEX #FADFB4 Wheat

📋 copy color: '#FADFB4'

red 250 ◦ green 223 ◦ blue 180

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

Shades of Wheat #FADFB4

Tints of Wheat #FADFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.15%

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

R = 38.28%
G = 34.15%
B = 27.57%

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

#FADFB4 (or 0xFADFB4) is known color: Wheat. HEX triplet: FA, DF and B4. RGB value is (250,223,180). Sum of RGB (Red+Green+Blue) = 250+223+180=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFB4 is #05204B. Grayscale: #E2E2E2. Windows color (decimal): -335948 or 11853818. OLE color: 11853818.

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

Color convert

RGB 250 223 180 -
CMYK 0 0.11 0.28 0.02
HSL 36.86º 0.88% 0.84% -
HSV(B) 36.86º 0.28% 0.98% -
XYZ 74.05 76.39 54.02 -
YUV 226.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 250 223 180 0 0.11 0.28 0.02 36.86 0.88 0.84
Hex FA DF B4 0 B 1C 2 25 58 54
Octal 372 337 264 0 13 34 2 45 130 124
Binary 11111010 11011111 10110100 0 1011 11100 10 100101 1011000 1010100

Color Harmonies of #FADFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFB4

Black with #FADFB4

Text Example


Text Example

White with #FADFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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