#FAFAC3

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

Shades of Cumulus #FAFAC3

Tints of Cumulus #FAFAC3

Color information

#FAFAC3 (or 0xFAFAC3) is unknown color: approx Cumulus. HEX triplet: FA, FA and C3. RGB value is (250,250,195). Sum of RGB (Red+Green+Blue) = 250+250+195=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 195 (76.56% from 255 or 28.06% from 695); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAC3 is #05053C. Grayscale: #F3F3F3. Windows color (decimal): -329021 or 12843770. OLE color: 12843770.

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

Color convert

RGB250250195-
CMYK000.220.02
HSL60º84.62%87.25%-
HSV(B)60º22%98.04%-
XYZ83.4692.6465.11-
YUV243.73100.5132.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 195 (76.56% from 255) = 28.06%
R=35.97%
G=35.97%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250195000.220.026084.6287.25
HexFAFAC3001623c5557
Octal3723723030026274125127
Binary11111010111110101100001100101101011110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAC3; }

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

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

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

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

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

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

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

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