#FFFAB8

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

Shades of Cumulus #FFFAB8

Tints of Cumulus #FFFAB8

Color information

#FFFAB8 (or 0xFFFAB8) is unknown color: approx Cumulus. HEX triplet: FF, FA and B8. RGB value is (255,250,184). Sum of RGB (Red+Green+Blue) = 255+250+184=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 184 (72.27% from 255 or 26.71% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB8 is #000547. Grayscale: #F4F4F4. Windows color (decimal): -1352 or 12122879. OLE color: 12122879.

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

Color convert

RGB255250184-
CMYK00.020.280
HSL55.77º100%86.08%-
HSV(B)55.77º27.84%100%-
XYZ84.0893.0958.88-
YUV243.9794.16135.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 184 (72.27% from 255) = 26.71%
R=37.01%
G=36.28%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525018400.020.28055.7710086.08
HexFFFAB8021C0386456
Octal3773722700234070144126
Binary11111111111110101011100001011100011100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAB8; }

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

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

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

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

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

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

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

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