Html Css Color HEX #FAF1BA Corn Field

📋 copy color: '#FAF1BA'

red 250 ◦ green 241 ◦ blue 186

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

Shades of Corn Field #FAF1BA

Tints of Corn Field #FAF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.6%

 BLUE value IS 186 (73.05% from 255) = 27.47%

R = 36.93%
G = 35.6%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAF1BA (or 0xFAF1BA) is known color: Corn Field. HEX triplet: FA, F1 and BA. RGB value is (250,241,186). Sum of RGB (Red+Green+Blue) = 250+241+186=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1BA is #050E45. Grayscale: #EDEDED. Windows color (decimal): -331334 or 12251642. OLE color: 12251642.

HSL color Cylindrical-coordinate representation of color #FAF1BA: hue angle of 51.56º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAF1BA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 186 -
CMYK 0 0.04 0.26 0.02
HSL 51.56º 0.86% 0.85% -
HSV(B) 51.56º 0.26% 0.98% -
XYZ 79.74 86.78 59 -
YUV 237.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 250 241 186 0 0.04 0.26 0.02 51.56 0.86 0.85
Hex FA F1 BA 0 4 1A 2 34 56 55
Octal 372 361 272 0 4 32 2 64 126 125
Binary 11111010 11110001 10111010 0 100 11010 10 110100 1010110 1010101

Color Harmonies of #FAF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1BA

Black with #FAF1BA

Text Example


Text Example

White with #FAF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1BA; }

 p { color: rgb(250,241,186); }

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

background-color css

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

 a { background-color: rgb(250,241,186); }

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

border-color css

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

 span { border-color: rgb(250,241,186); }

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