Html Css Color HEX #FAF0BB Corn Field

📋 copy color: '#FAF0BB'

red 250 ◦ green 240 ◦ blue 187

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

Shades of Corn Field #FAF0BB

Tints of Corn Field #FAF0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.45%

 BLUE value IS 187 (73.44% from 255) = 27.62%

R = 36.93%
G = 35.45%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAF0BB (or 0xFAF0BB) is known color: Corn Field. HEX triplet: FA, F0 and BB. RGB value is (250,240,187). Sum of RGB (Red+Green+Blue) = 250+240+187=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0BB is #050F44. Grayscale: #EDEDED. Windows color (decimal): -331589 or 12316922. OLE color: 12316922.

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

Color convert

RGB 250 240 187 -
CMYK 0 0.04 0.25 0.02
HSL 50.48º 0.86% 0.86% -
HSV(B) 50.48º 0.25% 0.98% -
XYZ 79.55 86.23 59.47 -
YUV 236.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 250 240 187 0 0.04 0.25 0.02 50.48 0.86 0.86
Hex FA F0 BB 0 4 19 2 32 56 56
Octal 372 360 273 0 4 31 2 62 126 126
Binary 11111010 11110000 10111011 0 100 11001 10 110010 1010110 1010110

Color Harmonies of #FAF0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0BB

Black with #FAF0BB

Text Example


Text Example

White with #FAF0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0BB; }

 p { color: rgb(250,240,187); }

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

background-color css

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

 a { background-color: rgb(250,240,187); }

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

border-color css

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

 span { border-color: rgb(250,240,187); }

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