Html Css Color HEX #FAF2B7 Corn Field

📋 copy color: '#FAF2B7'

red 250 ◦ green 242 ◦ blue 183

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

Shades of Corn Field #FAF2B7

Tints of Corn Field #FAF2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 27.11%

R = 37.04%
G = 35.85%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAF2B7 (or 0xFAF2B7) is known color: Corn Field. HEX triplet: FA, F2 and B7. RGB value is (250,242,183). Sum of RGB (Red+Green+Blue) = 250+242+183=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 183 (71.88% from 255 or 27.11% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2B7 is #050D48. Grayscale: #EDEDED. Windows color (decimal): -331081 or 12055290. OLE color: 12055290.

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

Color convert

RGB 250 242 183 -
CMYK 0 0.03 0.27 0.02
HSL 52.84º 0.87% 0.85% -
HSV(B) 52.84º 0.27% 0.98% -
XYZ 79.72 87.25 57.44 -
YUV 237.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 250 242 183 0 0.03 0.27 0.02 52.84 0.87 0.85
Hex FA F2 B7 0 3 1B 2 35 57 55
Octal 372 362 267 0 3 33 2 65 127 125
Binary 11111010 11110010 10110111 0 11 11011 10 110101 1010111 1010101

Color Harmonies of #FAF2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2B7

Black with #FAF2B7

Text Example


Text Example

White with #FAF2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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