Html Css Color HEX #FAF1BB Corn Field

📋 copy color: '#FAF1BB'

red 250 ◦ green 241 ◦ blue 187

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

Shades of Corn Field #FAF1BB

Tints of Corn Field #FAF1BB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.55%

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

R = 36.87%
G = 35.55%
B = 27.58%

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

#FAF1BB (or 0xFAF1BB) is known color: Corn Field. HEX triplet: FA, F1 and BB. RGB value is (250,241,187). Sum of RGB (Red+Green+Blue) = 250+241+187=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 187 (73.44% from 255 or 27.58% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1BB is #050E44. Grayscale: #EDEDED. Windows color (decimal): -331333 or 12317178. OLE color: 12317178.

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

Color convert

RGB 250 241 187 -
CMYK 0 0.04 0.25 0.02
HSL 51.43º 0.86% 0.86% -
HSV(B) 51.43º 0.25% 0.98% -
XYZ 79.85 86.82 59.56 -
YUV 237.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 250 241 187 0 0.04 0.25 0.02 51.43 0.86 0.86
Hex FA F1 BB 0 4 19 2 33 56 56
Octal 372 361 273 0 4 31 2 63 126 126
Binary 11111010 11110001 10111011 0 100 11001 10 110011 1010110 1010110

Color Harmonies of #FAF1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1BB

Black with #FAF1BB

Text Example


Text Example

White with #FAF1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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