#F8F5CA

Color #F8F5CA Moon Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Glow #F8F5CA

Tints of Moon Glow #F8F5CA

Color information

#F8F5CA (or 0xF8F5CA) is unknown color: approx Moon Glow. HEX triplet: F8, F5 and CA. RGB value is (248,245,202). Sum of RGB (Red+Green+Blue) = 248+245+202=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F5CA is #070A35. Grayscale: #F1F1F1. Windows color (decimal): -461366 or 13301240. OLE color: 13301240.

HSL color Cylindrical-coordinate representation of color #F8F5CA: hue angle of 56.09º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8F5CA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248245202-
CMYK00.010.190.03
HSL56.09º76.67%88.24%-
HSV(B)56.09º18.55%97.25%-
XYZ82.0289.5368.83-
YUV240.99105.99133-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.68%
GREEN value IS 245 (96.09% from 255) = 35.25%
BLUE value IS 202 (79.30% from 255) = 29.06%
R=35.68%
G=35.25%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824520200.010.190.0356.0976.6788.24
HexF8F5CA01133384d58
Octal3703653120123370115130
Binary11111000111101011100101001100111111100010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F5CA; }

 p { color: rgb(248,245,202); }

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

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

 a { background-color: rgb(248,245,202); }

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

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

 span { border-color: rgb(248,245,202); }

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