#FFF8DA

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

Shades of Corn Silk #FFF8DA

Tints of Corn Silk #FFF8DA

Color information

#FFF8DA (or 0xFFF8DA) is unknown color: approx Corn Silk. HEX triplet: FF, F8 and DA. RGB value is (255,248,218). Sum of RGB (Red+Green+Blue) = 255+248+218=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 218 (85.55% from 255 or 30.24% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8DA is #000725. Grayscale: #F6F6F6. Windows color (decimal): -1830 or 14350591. OLE color: 14350591.

HSL color Cylindrical-coordinate representation of color #FFF8DA: hue angle of 48.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFF8DA is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255248218-
CMYK00.030.150
HSL48.65º100%92.75%-
HSV(B)48.65º14.51%100%-
XYZ87.4693.4679.76-
YUV246.67111.82133.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 248 (97.27% from 255) = 34.40%
BLUE value IS 218 (85.55% from 255) = 30.24%
R=35.37%
G=34.40%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524821800.030.15048.6510092.75
HexFFF8DA03F031645d
Octal3773703320317061144135
Binary1111111111111000110110100111111011000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF8DA; }

 p { color: rgb(255,248,218); }

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

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

 a { background-color: rgb(255,248,218); }

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

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

 span { border-color: rgb(255,248,218); }

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