#FFFAB7

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

Shades of Cumulus #FFFAB7

Tints of Cumulus #FFFAB7

Color information

#FFFAB7 (or 0xFFFAB7) is unknown color: approx Cumulus. HEX triplet: FF, FA and B7. RGB value is (255,250,183). Sum of RGB (Red+Green+Blue) = 255+250+183=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 183 (71.88% from 255 or 26.60% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB7 is #000548. Grayscale: #F4F4F4. Windows color (decimal): -1353 or 12057343. OLE color: 12057343.

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

Color convert

RGB255250183-
CMYK00.020.280
HSL55.83º100%85.88%-
HSV(B)55.83º28.24%100%-
XYZ83.9793.0558.33-
YUV243.8693.66135.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 183 (71.88% from 255) = 26.60%
R=37.06%
G=36.34%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525018300.020.28055.8310085.88
HexFFFAB7021C0386456
Octal3773722670234070144126
Binary11111111111110101011011101011100011100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAB7; }

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

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

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

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

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

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

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

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