#FEFAB6

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

Shades of Cumulus #FEFAB6

Tints of Cumulus #FEFAB6

Color information

#FEFAB6 (or 0xFEFAB6) is unknown color: approx Cumulus. HEX triplet: FE, FA and B6. RGB value is (254,250,182). Sum of RGB (Red+Green+Blue) = 254+250+182=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 182 (71.48% from 255 or 26.53% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAB6 is #010549. Grayscale: #F3F3F3. Windows color (decimal): -66890 or 11991806. OLE color: 11991806.

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

Color convert

RGB254250182-
CMYK00.020.280.00
HSL56.67º97.3%85.49%-
HSV(B)56.67º28.35%99.61%-
XYZ83.592.8257.77-
YUV243.4493.33135.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 182 (71.48% from 255) = 26.53%
R=37.03%
G=36.44%
B=26.53%

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
Decimal25425018200.020.280.0056.6797.385.49
HexFEFAB6021C0396155
Octal3763722660234071141125
Binary11111110111110101011011001011100011100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAB6; }

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

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

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

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

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

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

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

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