#FAF5B7

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

Shades of Cumulus #FAF5B7

Tints of Cumulus #FAF5B7

Color information

#FAF5B7 (or 0xFAF5B7) is unknown color: approx Cumulus. HEX triplet: FA, F5 and B7. RGB value is (250,245,183). Sum of RGB (Red+Green+Blue) = 250+245+183=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 183 (71.88% from 255 or 26.99% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5B7 is #050A48. Grayscale: #EFEFEF. Windows color (decimal): -330313 or 12056058. OLE color: 12056058.

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

Color convert

RGB250245183-
CMYK00.020.270.02
HSL55.52º87.01%84.9%-
HSV(B)55.52º26.8%98.04%-
XYZ80.6289.0557.74-
YUV239.4396.16135.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 245 (96.09% from 255) = 36.14%
BLUE value IS 183 (71.88% from 255) = 26.99%
R=36.87%
G=36.14%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024518300.020.270.0255.5287.0184.9
HexFAF5B7021B2385755
Octal3723652670233270127125
Binary111110101111010110110111010110111011100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5B7; }

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

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

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

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

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

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

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

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