#FAFAC5

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

Shades of Cumulus #FAFAC5

Tints of Cumulus #FAFAC5

Color information

#FAFAC5 (or 0xFAFAC5) is unknown color: approx Cumulus. HEX triplet: FA, FA and C5. RGB value is (250,250,197). Sum of RGB (Red+Green+Blue) = 250+250+197=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 197 (77.34% from 255 or 28.26% from 697); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAC5 is #05053A. Grayscale: #F4F4F4. Windows color (decimal): -329019 or 12974842. OLE color: 12974842.

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

Color convert

RGB250250197-
CMYK000.210.02
HSL60º84.13%87.65%-
HSV(B)60º21.2%98.04%-
XYZ83.6992.7366.31-
YUV243.96101.5132.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 197 (77.34% from 255) = 28.26%
R=35.87%
G=35.87%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250197000.210.026084.1387.65
HexFAFAC5001523c5458
Octal3723723050025274124130
Binary11111010111110101100010100101011011110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAC5; }

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

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

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

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

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

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

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

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