#FAFAB8

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

Shades of Cumulus #FAFAB8

Tints of Cumulus #FAFAB8

Color information

#FAFAB8 (or 0xFAFAB8) is unknown color: approx Cumulus. HEX triplet: FA, FA and B8. RGB value is (250,250,184). Sum of RGB (Red+Green+Blue) = 250+250+184=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 184 (72.27% from 255 or 26.90% from 684); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAB8 is #050547. Grayscale: #F2F2F2. Windows color (decimal): -329032 or 12122874. OLE color: 12122874.

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

Color convert

RGB250250184-
CMYK000.260.02
HSL60º86.84%85.1%-
HSV(B)60º26.4%98.04%-
XYZ82.2692.1658.8-
YUV242.4895133.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 184 (72.27% from 255) = 26.90%
R=36.55%
G=36.55%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250184000.260.026086.8485.1
HexFAFAB8001A23c5755
Octal3723722700032274127125
Binary11111010111110101011100000110101011110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAB8; }

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

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

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

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

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

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

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

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