Html Css Color HEX #FAF2BA Corn Field

📋 copy color: '#FAF2BA'

red 250 ◦ green 242 ◦ blue 186

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

Shades of Corn Field #FAF2BA

Tints of Corn Field #FAF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.69%

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

R = 36.87%
G = 35.69%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAF2BA (or 0xFAF2BA) is known color: Corn Field. HEX triplet: FA, F2 and BA. RGB value is (250,242,186). Sum of RGB (Red+Green+Blue) = 250+242+186=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2BA is #050D45. Grayscale: #EEEEEE. Windows color (decimal): -331078 or 12251898. OLE color: 12251898.

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

Color convert

RGB 250 242 186 -
CMYK 0 0.03 0.26 0.02
HSL 52.5º 0.86% 0.85% -
HSV(B) 52.5º 0.26% 0.98% -
XYZ 80.04 87.37 59.1 -
YUV 238.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 250 242 186 0 0.03 0.26 0.02 52.5 0.86 0.85
Hex FA F2 BA 0 3 1A 2 34 56 55
Octal 372 362 272 0 3 32 2 64 126 125
Binary 11111010 11110010 10111010 0 11 11010 10 110100 1010110 1010101

Color Harmonies of #FAF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2BA

Black with #FAF2BA

Text Example


Text Example

White with #FAF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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