#FBF3CA

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

Shades of Corn Field #FBF3CA

Tints of Corn Field #FBF3CA

Color information

#FBF3CA (or 0xFBF3CA) is unknown color: approx Corn Field. HEX triplet: FB, F3 and CA. RGB value is (251,243,202). Sum of RGB (Red+Green+Blue) = 251+243+202=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3CA is #040C35. Grayscale: #F0F0F0. Windows color (decimal): -265270 or 13300731. OLE color: 13300731.

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

Color convert

RGB251243202-
CMYK00.030.200.02
HSL50.2º85.96%88.82%-
HSV(B)50.2º19.52%98.43%-
XYZ82.4988.8768.68-
YUV240.72106.15135.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 243 (95.31% from 255) = 34.91%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=36.06%
G=34.91%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124320200.030.200.0250.285.9688.82
HexFBF3CA03142325659
Octal3733633120324262126131
Binary111110111111001111001010011101001011001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3CA; }

 p { color: rgb(251,243,202); }

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

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

 a { background-color: rgb(251,243,202); }

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

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

 span { border-color: rgb(251,243,202); }

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