#FBF4CA

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

Shades of Corn Field #FBF4CA

Tints of Corn Field #FBF4CA

Color information

#FBF4CA (or 0xFBF4CA) is unknown color: approx Corn Field. HEX triplet: FB, F4 and CA. RGB value is (251,244,202). Sum of RGB (Red+Green+Blue) = 251+244+202=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4CA is #040B35. Grayscale: #F1F1F1. Windows color (decimal): -265014 or 13300987. OLE color: 13300987.

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

Color convert

RGB251244202-
CMYK00.030.200.02
HSL51.43º85.96%88.82%-
HSV(B)51.43º19.52%98.43%-
XYZ82.889.4768.78-
YUV241.3105.82134.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 244 (95.70% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=36.01%
G=35.01%
B=28.98%

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
Decimal25124420200.030.200.0251.4385.9688.82
HexFBF4CA03142335659
Octal3733643120324263126131
Binary111110111111010011001010011101001011001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4CA; }

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

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

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

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

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

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

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

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