Html Css Color HEX #FAF3BE Corn Field

📋 copy color: '#FAF3BE'

red 250 ◦ green 243 ◦ blue 190

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

Shades of Corn Field #FAF3BE

Tints of Corn Field #FAF3BE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.58%

 BLUE value IS 190 (74.61% from 255) = 27.82%

R = 36.6%
G = 35.58%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAF3BE (or 0xFAF3BE) is known color: Corn Field. HEX triplet: FA, F3 and BE. RGB value is (250,243,190). Sum of RGB (Red+Green+Blue) = 250+243+190=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 190 (74.61% from 255 or 27.82% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3BE is #050C41. Grayscale: #EFEFEF. Windows color (decimal): -330818 or 12514298. OLE color: 12514298.

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

Color convert

RGB 250 243 190 -
CMYK 0 0.03 0.24 0.02
HSL 53º 0.86% 0.86% -
HSV(B) 53º 0.24% 0.98% -
XYZ 80.77 88.14 61.47 -
YUV 239.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 250 243 190 0 0.03 0.24 0.02 53 0.86 0.86
Hex FA F3 BE 0 3 18 2 35 56 56
Octal 372 363 276 0 3 30 2 65 126 126
Binary 11111010 11110011 10111110 0 11 11000 10 110101 1010110 1010110

Color Harmonies of #FAF3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF3BE

Black with #FAF3BE

Text Example


Text Example

White with #FAF3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF3BE; }

 p { color: rgb(250,243,190); }

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

background-color css

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

 a { background-color: rgb(250,243,190); }

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

border-color css

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

 span { border-color: rgb(250,243,190); }

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