Html Css Color HEX #FAF5BF Corn Field

📋 copy color: '#FAF5BF'

red 250 ◦ green 245 ◦ blue 191

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

Shades of Corn Field #FAF5BF

Tints of Corn Field #FAF5BF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.71%

 BLUE value IS 191 (75% from 255) = 27.84%

R = 36.44%
G = 35.71%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAF5BF (or 0xFAF5BF) is known color: Corn Field. HEX triplet: FA, F5 and BF. RGB value is (250,245,191). Sum of RGB (Red+Green+Blue) = 250+245+191=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 191 (75% from 255 or 27.84% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5BF is #050A40. Grayscale: #F0F0F0. Windows color (decimal): -330305 or 12580346. OLE color: 12580346.

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

Color convert

RGB 250 245 191 -
CMYK 0 0.02 0.24 0.02
HSL 54.92º 0.86% 0.86% -
HSV(B) 54.92º 0.24% 0.98% -
XYZ 81.48 89.39 62.25 -
YUV 240.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 250 245 191 0 0.02 0.24 0.02 54.92 0.86 0.86
Hex FA F5 BF 0 2 18 2 37 56 56
Octal 372 365 277 0 2 30 2 67 126 126
Binary 11111010 11110101 10111111 0 10 11000 10 110111 1010110 1010110

Color Harmonies of #FAF5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5BF

Black with #FAF5BF

Text Example


Text Example

White with #FAF5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5BF; }

 p { color: rgb(250,245,191); }

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

background-color css

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

 a { background-color: rgb(250,245,191); }

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

border-color css

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

 span { border-color: rgb(250,245,191); }

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