#FBF6DC

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

Shades of Corn Silk #FBF6DC

Tints of Corn Silk #FBF6DC

Color information

#FBF6DC (or 0xFBF6DC) is unknown color: approx Corn Silk. HEX triplet: FB, F6 and DC. RGB value is (251,246,220). Sum of RGB (Red+Green+Blue) = 251+246+220=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6DC is #040923. Grayscale: #F4F4F4. Windows color (decimal): -264484 or 14481147. OLE color: 14481147.

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

Color convert

RGB251246220-
CMYK00.020.120.02
HSL50.32º79.49%92.35%-
HSV(B)50.32º12.35%98.43%-
XYZ85.6691.5980.87-
YUV244.53114.16132.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 220 (86.33% from 255) = 30.68%
R=35.01%
G=34.31%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124622000.020.120.0250.3279.4992.35
HexFBF6DC02C2324f5c
Octal3733663340214262117134
Binary11111011111101101101110001011001011001010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6DC; }

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

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

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

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

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

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

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

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