#FFFAE5

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

Shades of Corn Silk #FFFAE5

Tints of Corn Silk #FFFAE5

Color information

#FFFAE5 (or 0xFFFAE5) is unknown color: approx Corn Silk. HEX triplet: FF, FA and E5. RGB value is (255,250,229). Sum of RGB (Red+Green+Blue) = 255+250+229=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 229 (89.84% from 255 or 31.20% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAE5 is #00051A. Grayscale: #F9F9F9. Windows color (decimal): -1307 or 15071999. OLE color: 15071999.

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

Color convert

RGB255250229-
CMYK00.020.100
HSL48.46º100%94.9%-
HSV(B)48.46º10.2%100%-
XYZ89.5795.2987.8-
YUV249.1116.66132.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 250 (98.05% from 255) = 34.06%
BLUE value IS 229 (89.84% from 255) = 31.20%
R=34.74%
G=34.06%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525022900.020.10048.4610094.9
HexFFFAE502A030645f
Octal3773723450212060144137
Binary1111111111111010111001010101010011000011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAE5; }

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

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

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

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

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

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

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

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