#FFFAB9

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

Shades of Cumulus #FFFAB9

Tints of Cumulus #FFFAB9

Color information

#FFFAB9 (or 0xFFFAB9) is unknown color: approx Cumulus. HEX triplet: FF, FA and B9. RGB value is (255,250,185). Sum of RGB (Red+Green+Blue) = 255+250+185=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 185 (72.66% from 255 or 26.81% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB9 is #000546. Grayscale: #F4F4F4. Windows color (decimal): -1351 or 12188415. OLE color: 12188415.

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

Color convert

RGB255250185-
CMYK00.020.270
HSL55.71º100%86.27%-
HSV(B)55.71º27.45%100%-
XYZ84.1893.1359.44-
YUV244.0894.66135.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 185 (72.66% from 255) = 26.81%
R=36.96%
G=36.23%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525018500.020.27055.7110086.27
HexFFFAB9021B0386456
Octal3773722710233070144126
Binary11111111111110101011100101011011011100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAB9; }

 p { color: rgb(255,250,185); }

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

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

 a { background-color: rgb(255,250,185); }

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

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

 span { border-color: rgb(255,250,185); }

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