#FAF3CB

Color #FAF3CB Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #FAF3CB

Tints of Corn Field #FAF3CB

Color information

#FAF3CB (or 0xFAF3CB) is unknown color: approx Corn Field. HEX triplet: FA, F3 and CB. RGB value is (250,243,203). Sum of RGB (Red+Green+Blue) = 250+243+203=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3CB is #050C34. Grayscale: #F0F0F0. Windows color (decimal): -330805 or 13366266. OLE color: 13366266.

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

Color convert

RGB250243203-
CMYK00.030.190.02
HSL51.06º82.46%88.82%-
HSV(B)51.06º18.8%98.04%-
XYZ82.2588.7469.29-
YUV240.53106.82134.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 243 (95.31% from 255) = 34.91%
BLUE value IS 203 (79.69% from 255) = 29.17%
R=35.92%
G=34.91%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024320300.030.190.0251.0682.4688.82
HexFAF3CB03132335259
Octal3723633130323263122131
Binary111110101111001111001011011100111011001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3CB; }

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

 H1.HeaderClassName
 {
   color: #FAF3CB;
 }
 .AnyTagClassName
 {
   color: #FAF3CB;
 }
</style>
background-color css

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

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

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

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

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

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