#FBF6E0

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

Shades of Corn Silk #FBF6E0

Tints of Corn Silk #FBF6E0

Color information

#FBF6E0 (or 0xFBF6E0) is unknown color: approx Corn Silk. HEX triplet: FB, F6 and E0. RGB value is (251,246,224). Sum of RGB (Red+Green+Blue) = 251+246+224=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 224 (87.89% from 255 or 31.07% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6E0 is #04091F. Grayscale: #F5F5F5. Windows color (decimal): -264480 or 14743291. OLE color: 14743291.

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

Color convert

RGB251246224-
CMYK00.020.110.02
HSL48.89º77.14%93.14%-
HSV(B)48.89º10.76%98.43%-
XYZ86.1991.883.7-
YUV244.99116.16132.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 246 (96.48% from 255) = 34.12%
BLUE value IS 224 (87.89% from 255) = 31.07%
R=34.81%
G=34.12%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124622400.020.110.0248.8977.1493.14
HexFBF6E002B2314d5d
Octal3733663400213261115135
Binary11111011111101101110000001010111011000110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6E0; }

 p { color: rgb(251,246,224); }

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

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

 a { background-color: rgb(251,246,224); }

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

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

 span { border-color: rgb(251,246,224); }

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