#FEFABA

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

Shades of Cumulus #FEFABA

Tints of Cumulus #FEFABA

Color information

#FEFABA (or 0xFEFABA) is unknown color: approx Cumulus. HEX triplet: FE, FA and BA. RGB value is (254,250,186). Sum of RGB (Red+Green+Blue) = 254+250+186=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 186 (73.05% from 255 or 26.96% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFABA is #010545. Grayscale: #F4F4F4. Windows color (decimal): -66886 or 12253950. OLE color: 12253950.

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

Color convert

RGB254250186-
CMYK00.020.270.00
HSL56.47º97.14%86.27%-
HSV(B)56.47º26.77%99.61%-
XYZ83.9292.9959.98-
YUV243.995.33135.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 186 (73.05% from 255) = 26.96%
R=36.81%
G=36.23%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425018600.020.270.0056.4797.1486.27
HexFEFABA021B0386156
Octal3763722720233070141126
Binary11111110111110101011101001011011011100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFABA; }

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

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

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

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

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

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

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

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