#FEF8B7

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

Shades of Cumulus #FEF8B7

Tints of Cumulus #FEF8B7

Color information

#FEF8B7 (or 0xFEF8B7) is unknown color: approx Cumulus. HEX triplet: FE, F8 and B7. RGB value is (254,248,183). Sum of RGB (Red+Green+Blue) = 254+248+183=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 183 (71.88% from 255 or 26.72% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8B7 is #010748. Grayscale: #F2F2F2. Windows color (decimal): -67401 or 12056830. OLE color: 12056830.

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

Color convert

RGB254248183-
CMYK00.020.280.00
HSL54.93º97.26%85.69%-
HSV(B)54.93º27.95%99.61%-
XYZ82.9991.6258.11-
YUV242.3894.49136.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 248 (97.27% from 255) = 36.20%
BLUE value IS 183 (71.88% from 255) = 26.72%
R=37.08%
G=36.20%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424818300.020.280.0054.9397.2685.69
HexFEF8B7021C0376156
Octal3763702670234067141126
Binary11111110111110001011011101011100011011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8B7; }

 p { color: rgb(254,248,183); }

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

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

 a { background-color: rgb(254,248,183); }

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

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

 span { border-color: rgb(254,248,183); }

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