#FAF4B7

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

Shades of Cumulus #FAF4B7

Tints of Cumulus #FAF4B7

Color information

#FAF4B7 (or 0xFAF4B7) is unknown color: approx Cumulus. HEX triplet: FA, F4 and B7. RGB value is (250,244,183). Sum of RGB (Red+Green+Blue) = 250+244+183=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 244 (95.70% from 255 or 36.04% from 677); Blue value is 183 (71.88% from 255 or 27.03% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4B7 is #050B48. Grayscale: #EFEFEF. Windows color (decimal): -330569 or 12055802. OLE color: 12055802.

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

Color convert

RGB250244183-
CMYK00.020.270.02
HSL54.63º87.01%84.9%-
HSV(B)54.63º26.8%98.04%-
XYZ80.3288.4457.64-
YUV238.8496.49135.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 244 (95.70% from 255) = 36.04%
BLUE value IS 183 (71.88% from 255) = 27.03%
R=36.93%
G=36.04%
B=27.03%

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
Decimal25024418300.020.270.0254.6387.0184.9
HexFAF4B7021B2375755
Octal3723642670233267127125
Binary111110101111010010110111010110111011011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4B7; }

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

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

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

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

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

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

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

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