#FAF3B6

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

Shades of Cumulus #FAF3B6

Tints of Cumulus #FAF3B6

Color information

#FAF3B6 (or 0xFAF3B6) is unknown color: approx Cumulus. HEX triplet: FA, F3 and B6. RGB value is (250,243,182). Sum of RGB (Red+Green+Blue) = 250+243+182=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 182 (71.48% from 255 or 26.96% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3B6 is #050C49. Grayscale: #EEEEEE. Windows color (decimal): -330826 or 11990010. OLE color: 11990010.

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

Color convert

RGB250243182-
CMYK00.030.270.02
HSL53.82º87.18%84.71%-
HSV(B)53.82º27.2%98.04%-
XYZ79.9287.856.99-
YUV238.1496.32136.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 243 (95.31% from 255) = 36%
BLUE value IS 182 (71.48% from 255) = 26.96%
R=37.04%
G=36%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024318200.030.270.0253.8287.1884.71
HexFAF3B6031B2365755
Octal3723632660333266127125
Binary111110101111001110110110011110111011011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3B6; }

 p { color: rgb(250,243,182); }

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

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

 a { background-color: rgb(250,243,182); }

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

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

 span { border-color: rgb(250,243,182); }

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