#FEFAB7

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

Shades of Cumulus #FEFAB7

Tints of Cumulus #FEFAB7

Color information

#FEFAB7 (or 0xFEFAB7) is unknown color: approx Cumulus. HEX triplet: FE, FA and B7. RGB value is (254,250,183). Sum of RGB (Red+Green+Blue) = 254+250+183=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 183 (71.88% from 255 or 26.64% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAB7 is #010548. Grayscale: #F3F3F3. Windows color (decimal): -66889 or 12057342. OLE color: 12057342.

HSL color Cylindrical-coordinate representation of color #FEFAB7: hue angle of 56.62º 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 #FEFAB7 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB254250183-
CMYK00.020.280.00
HSL56.62º97.26%85.69%-
HSV(B)56.62º27.95%99.61%-
XYZ83.6192.8658.32-
YUV243.5693.83135.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 183 (71.88% from 255) = 26.64%
R=36.97%
G=36.39%
B=26.64%

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
Decimal25425018300.020.280.0056.6297.2685.69
HexFEFAB7021C0396156
Octal3763722670234071141126
Binary11111110111110101011011101011100011100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAB7; }

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

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

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

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

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

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

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

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