#FFFAE3

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

Shades of Corn Silk #FFFAE3

Tints of Corn Silk #FFFAE3

Color information

#FFFAE3 (or 0xFFFAE3) is unknown color: approx Corn Silk. HEX triplet: FF, FA and E3. RGB value is (255,250,227). Sum of RGB (Red+Green+Blue) = 255+250+227=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 227 (89.06% from 255 or 31.01% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAE3 is #00051C. Grayscale: #F8F8F8. Windows color (decimal): -1309 or 14940927. OLE color: 14940927.

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

Color convert

RGB255250227-
CMYK00.020.110
HSL49.29º100%94.51%-
HSV(B)49.29º10.98%100%-
XYZ89.2995.1886.34-
YUV248.87115.66132.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 227 (89.06% from 255) = 31.01%
R=34.84%
G=34.15%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525022700.020.11049.2910094.51
HexFFFAE302B031645f
Octal3773723430213061144137
Binary1111111111111010111000110101011011000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAE3; }

 p { color: rgb(255,250,227); }

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

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

 a { background-color: rgb(255,250,227); }

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

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

 span { border-color: rgb(255,250,227); }

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